npm install
npm start
This will install dependencies, then start the app and mock API.
The demo is a shoe store app that uses multiple state management approaches.
This project was bootstrapped with Create React App. I made the following enhancements:
- Added mock API using json-server and configured
npm startto run the app and mock API at the same time. - Added some React components to implement a shoe app.
- Added App.css with basic styles
- Added images to
/public. - Added data fetching functions in
/src/services.