Developed at Rocketseat GoStack Bootcamp.
Tech and Features about the project:
⚛React
⚛React-Toastify
⚛Reactotron
⚛Redux
⚛Redux Saga
🔥Axios
💅Styled Components
💖Json-server
This application was developed using ReactJS, which implements the shopping cart flow of an e-commerce in the shoe sector.
npm install -g yarn
- Command to install dependencies:
yarn
- Command to Start the server:
yarn start
- Install json-server:
npm install -g json-server
- Command to start json-server:
json-server server.json --port 5000
if you have some Installation problem like: yarn-metadata.json: Unexpected end of JSON input, follow these steps:
- Workaround the issue with
yarn cache clean
- Then try install it again
npm install -g yarn
that's all folks!