React Shop 中文说明
A shopping cart project with MongoDB + Express + React + Node.js + Redux + React Router. If you like the project, please star me, thanks!
- With Admin Page
- Responsive design
- Without UI library
- Redux log
Clone the backend code and run it:
Open the .env file,edit the corresponding values.
REACT_APP_BASE_API = 'http://localhost:3000/v1'
# install dependencies
npm install
# run server at http://localhost:3000
npm start
# build for production with minification
npm run build
This project was bootstrapped with Create React App.