To start the app locally need:
- To clone the repository.
- To install dependencies. Start command
$ npm install
from two folders /server and /client. - To start the server and client app. Start command
$ npm start
from two folders /server and /client in different terminals. - Open http://localhost:3000/ in a browser.