In the projct directory, run npm install
cd into the client directory, run npm install
This would install all the packages that have been added.
To start server, in the project directory, run npm start, your server will be started on localhost:5000
To start client, in the project/client directory, run npm start, your server will be started on localhost:3000