CRUD operation using Redux Saga

Techonology:

  • React.js
  • Redux
  • Redux Saga
  • Typescript
  • Json Server

How to install

  • Clone the repo
  • Run this command
npm install

How to run

  • Run this command to run the server
npm run server
  • Run this command to run the client
npm start