Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 430 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 430 Bytes

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