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