In the project directory, you have client & server
1. Run `npm install` in root directory, to install all required dependencies.
2. cd server and use `npm run devstart` to start the server.
3. cd client and use `npm start` to start the react application.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.