Project made to understand functionality of Redux and Redux Saga.
App structure:
- App
- Redux
- Header
- Home
- Cart
clone the project and run using Yarn:
Download all dependencies:
yarnRun the project
yarn devor NPM
Download all dependencies
npm installRun the project
npm run devThis project uses a fake API, using json-server.
Run json-server without installing it
npx json-server -p 3333 server.jsonserver.json is a file in project root folder.
Francisco Silva / francisco.prosilva@gmail.com

