Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 523 Bytes

ReadMe.md

File metadata and controls

17 lines (14 loc) · 523 Bytes

Installing dependencies

Go into /server
npm install #installs all the server dependencies

Go into /client
npm install #installs all the client depenndencies

Starting the server

Go into /server
npm start #start the server
#Now the server is running on localhost port 4000

Starting the client application

Go into /client
npm start #start the client
#Now the client applicaiton is running on localhost port 3000. 
#Go to http://localhost:3000 in your browser.