This is the JS-based sample application which runs with the Luigi framework.
To run this application, follow these steps:
-
First, install the dependency
server
to serve your application locally by running the following:npm install
-
Start the application .
npm run start
-
Open it in your browser by going to http://127.0.0.1:3000/.