First step is to run npm install
in root directory and client directory
To run the server in development mode, stay in the root directory of project and perform the command npm run server
. It will run the server on http://localhost:5000
.
To run the client, go into client directory and put in the command npm start
.
The client will be running on http://localhost:3000
.
The deployed version of the app can be found here