Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 825 Bytes

MultiApp.md

File metadata and controls

24 lines (18 loc) · 825 Bytes

Multi Application

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