Skip to content

Files

luigi-example-angular

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 17, 2022
Nov 5, 2019
Oct 17, 2022
Nov 30, 2023
Jul 12, 2024
Dec 16, 2024
Nov 27, 2024
Jul 12, 2024
Nov 17, 2022
Nov 5, 2019

Luigi example application written in Angular

Overview

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

Development

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.