This is the JS-based sample application which runs with the Luigi framework.
To run this application, follow these steps:
-
If you do not have Live Server installed, use this command to install it.
npm install -g live-server
-
Install dependencies.
npm install
-
Build modules.
npm run build
-
Start the application .
npm run start
-
Open it in your browser by going to http://127.0.0.1:8080/.