Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 405 Bytes

How to start the project

1.Server-side

Run cd server to route into server directory and npm install to install dependencies. Run npm start to start the server. http://localhost:3001

2.Client-side

Run cd client to route into client directory and npm install to install dependencies. Run npm start to start React app. http://localhost:3000