/Cart-app-react-redux

Cart app build with react and redux toolkit, react bootstrap

Primary LanguageJavaScript

Requirements

Installation:

  • Clone repo

json server

  • Go to data-json folder
  • run the server using npm json-server --watch db.json --port 9000
  • Open http://localhost:9000
  • You need to run the server before the react project

Running:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.

npm run test

not implemented