Project made to understand functionality of Redux and Redux Saga.
App structure:
- App
- Redux
- Header
- Main
- Cart
clone the project and run using Yarn:
Download all dependencies:
yarn
Run the project
yarn dev
or NPM
Download all dependencies
npm install
Run the project
npm run dev
This project uses a fake API, using json-server.
Run json-server without installing it
npx json-server --host 192.168.xxx.xx -p 3333 server.json
server.json is a file in project root folder.
Francisco Silva / [email protected]