Most of the time, they are multiple frontends for one application: the user facing frontend and the admin frontend. Having separate git repositories for these app causes a lot of maintenance and code sharing problems.
There are 4 frontend applications in this repository:
To start a browser to the relevant app, use one of the following command:
$ npm run start:admin
$ npm run start:user
$ npm run start:public