Getting started:
- clone the project
$ yarn
$ npm start
- if you want to run the web-app in development mode then you'll have to
$ cd ./packages/web-app
$ npm start
The following servers will be started:
- development server - http://localhost:3001
- client server - http://localhost:3004
- web-app server - http://localhost:3000