Skip to content

Latest commit

 

History

History
 
 

luigi-example-angular

Luigi example application written in Angular

Overview

This is an Angular-based example application which runs with the Luigi framework.

Development

Use Lerna to link the dependencies and bundle scripts within the packages.

To have this application running, follow these steps:

  1. Install dependencies.

    npm install
  2. Run the server with the following command:

    npm run start
  3. Go to http://localhost:4200/ to start the application.

Build

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.