This is the ReactJS-based sample application which runs with Luigi framework.
To run this application, follow these steps:
-
Install dependencies.
npm install
-
Start the example application.
npm start
-
Open it in your browser by going to http://localhost:3000/.
npm run build
The build compiles and minimizes the source files for production usage.
The build generates a build
folder which you can serve using a web server.