This is an Angular-based example application which runs with the Luigi framework.
Use Lerna to link the dependencies and bundle scripts within the packages.
To have this application running, follow these steps:
-
Install dependencies.
npm install
-
Run the server with the following command:
npm run start
-
Go to http://localhost:4200/ to start the application.
npm run build
The build compiles and minimizes the source files for production usage.
The build generates a dist
folder which you can serve using a web server.