Simple e-commerce application with the shopping cart and order form. This app has a minimum functionality and styles, but it’s enough for business.
- Add or remove products from the cart
- Change number of the added products
- Make orders
- Form input validation
- Responsive design for desktop and mobile
- React.js
- Redux
- Node.js
- Express
- Sass
- BEM methodology
- Node.js
- npm
- In project folder install node packages:
npm install
- Run the API server:
npm run api/server
- Server will be running on
http://localhost:8000
- Server will be running on
- Open new terminal tab and start react app:
npm start
- The app will start automatically in browser on
http://localhost:3000
- The app will start automatically in browser on