Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 514 Bytes

Steps to follow to run the app

First go the project directory and make sure that your current directory is client

1. npm install

This will install various required libaries, then run

2. npm start

This will start the server of our website, which is locahost right now. Wait for few seconds for server to initialize. Then go to the chrome and type http://localhost:3000/

Note: Once you have done npm install successfully, no need to do it next time, just type npm start in the terminal.