abhijitnr / redux-thunk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to follow before Starting class:

  1. Clone: https://github.com/riteshf/lec
  2. cd lec
  3. npm i
  4. npm start

To start Server run followig command

  • json-server --watch db.json --port 8080
  • npx json-server --watch db.json --port 8080 ( if 1st command not working )

Note:

  • Go through the code to understand the structure.

About


Languages

Language:JavaScript 86.3%Language:HTML 13.7%