react-demo-store
Moltin + React powered online store
File Explorer
Download Latest Version (.zip)- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- manifest.json
- mstile-144x144.png
- mstile-150x150.png
- mstile-310x150.png
- mstile-310x310.png
- mstile-70x70.png
- safari-pinned-tab.svg
- production.min.js
- index.html
- manifest.json
- style.min.css
- at-love.svg
- i-love.svg
- we-love.svg
- header.png
- ill-dark.svg
- ill-short-dark.svg
- ill-short-white.svg
- ill-white.svg
- ILOVELAMP.png
- lamp1-trans.png
- lamp10-trans.png
- lamp2-trans.png
- lamp3-trans.png
- lamp4-trans.png
- lamp5-trans.png
- lamp6-trans.png
- lamp7-trans.png
- lamp8-trans.png
- lamp9-trans.png
- bright.png
- modern.png
- silver.png
- style.min.css
- unique.png
- weloveyou.svg
- header.png
- Cart.js
- CartCounter.js
- CartHeader.js
- CartItems.js
- Categories.js
- CategoriesContainer.js
- CheckoutContainer.js
- CheckoutForm.js
- CheckoutItems.js
- CheckoutSummary.js
- OneClickCheckout.js
- MenuButton.js
- MobileNav.js
- MobileNavMenu.js
- Footer.js
- HeaderNav.js
- Loading.js
- MailingList.js
- NotFound.js
- Home.js
- HomeHeader.js
- HomeMainSection.js
- TopPicks.js
- TopPicksContainer.js
- OrderConfirmation.js
- OrderConfirmationContainer.js
- AllProducts.js
- ProductHeader.js
- ProductImage.js
- ProductsContainer.js
- ProductsHeader.js
- SingleProduct.js
- SingleProductContainer.js
- StyleProducts.js
- StylesContainer.js
- StylesHeader.js
- StylesHeading.js
- StylesMenu.js
- App.js
- cart.js
- categories.js
- checkout.js
- collections.js
- index.js
- payments.js
- product.js
- products.js
- styles.js
- index.css
- index.js
- moltin.js
- store.js
- .dockerignore
- .gitignore
- .prettierrc
- app.json
- app.yml
- Dockerfile
- LICENSE
- package-lock.json
- package.json
- README.md
- static.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/moltin/react-demo-store
Downloads the entire project code from GitHub to your computer.
cd react-demo-store
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t react-demo-store .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 react-demo-store
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
yarn # or npm install
Downloads and installs the libraries listed in package.json.
yarn start # or npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
