Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

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/.