Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 690 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 690 Bytes

Simple Reactjs ecommerce

  • 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

Objective

This project was the objective to show how to build an app using Reactjs, Redux, Redux Saga and show the console log with Reactotron.


How to use

  • 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


📝 License

MIT license.