This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
This has been deployed to Heroku site as https://react-focus-commerce.herokuapp.com
How to run react-focus-commerce
-
Under server/init folder, run node setup.js, setupCategories.js, setupProducts.js to create some sample data and admin users
-
Under server, run node.server to start the server website at port 5000
-
Under app folder, run npm start to start the react commerce web site at port 3000
-
Browse to http://localhost:3000 to view it. Login as admin by [email protected]/password to manager categories and products
*** In Progress ***