- Reactjs
- Styled Components
- Redux / React Redux
- Redux Saga
- Reactoron (reactotron-react, reactotron-redux and reactotron-redux-saga)
- React Tostify
- json-server to use fake products Api
This project was the objective to show how to build an app using Reactjs, Redux, Redux Saga and show the console log with Reactotron.
-
clone the project
-
run yarn to install all dependency
-
install globaly json-server
-
run json-server
-
start the app
# cd react-redux-ecommerce
# json-server server.json -p 3333
# yarn start
Open on your browser http://localhost:3000
MIT license.