Skip to content

Latest commit

 

History

History
 
 

luigi-example-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample Luigi application written in plain Javascript

Overview

This is the JS-based sample application which runs with the Luigi framework.

Development

To run this application, follow these steps:

  1. If you do not have Live Server installed, use this command to install it.

    npm install -g live-server
  2. Install dependencies.

    npm install
  3. Build modules.

    npm run build
  4. Start the application .

    npm run start
  5. Open it in your browser by going to http://127.0.0.1:8080/.