Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 397 Bytes

File metadata and controls

executable file
·
21 lines (16 loc) · 397 Bytes

Questionnaire

Procedure

Setup all the required packages for Redux, Thunk, JSON-Server into your dev environment by typing -

npm i
Dev: npm i -D (builds your app)
Prod : npm i --production (production-ready environment)
neither: npm i (saves in the dependecies)

By this all the necessary dependencies'll be fetched and you're good to go!!!