Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 242 Bytes

Book Store App

Exercise: Refactor the code to use Redux

Getting Started

  • Clone the project, then run
$ npm install
  • Run npm run dev to start the json-server on port 5000.

  • Run npm start to start the React app.