- First Update the React Dependencies used by running
npm install
in the project path from your terminal - Then you start the database "mock" server by running
npm run server
or if you have json server installed globally on your PC, you can just runjson-server --watch db.json --port 5000
- After the
json-server
is running successfully on port 5000, then you can go ahead to serve the application by runningnpm start
ornpm run start
- Once everything everything is setup, the application should automatically start up on
localhost:3000
of your default browser and if it doesn't, just go tolocalhost:3000
on your browser
Your reviews would be much appreciated😊 tobilobadiekola@gmail.com