react-redux-hooks-ecommerce icon indicating copy to clipboard operation
react-redux-hooks-ecommerce copied to clipboard

Ecommerce project using ReactJs React Hooks and Redux

Ecommerce project using modern technologies:-


  • ReactJS
  • React Hooks
  • Redux
  • Redux Thunk
  • Redux Persist
  • react-router-dom
  • react-loader-spinner
  • react-slick
  • sass
  • JSX
  • react-icons
  • axios
  • bootstrap-grid

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build