React with RTK Query demo.
RTK Query 1.0.0
Install dependancies using below commands
- npm
npm install
Sample configurationd details added. How to run local server, build project for production deployment.
-
Run Developement Enviroment & Local DB server
Update package json, dev task script with available port number for server and running local JSON server
npm start
Click http://localhost:PORT
-
Build Project
Update package json, build task in script with build folder name
npm run buildContributors names
Kishor Sawant