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!!!