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. First, install the dependency server to serve your application locally by running the following:

    npm install
  2. Start the application .

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