A project which extracts key features from React-Shopping-Cart by Jefferson Ribeiro.
This project was bootstrapped with Create React App.
Run yarn start
to start the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You will also need json-server to mock a REST API:
sudo npm i json-server -g
json-server assets/products.json --port=3001 --delay=500