Skip to content

Latest commit

 

History

History
 
 

luigi-example-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample Luigi application written in ReactJS

Overview

This is the ReactJS-based sample application which runs with Luigi framework.

Development

To run this application, follow these steps:

  1. Install dependencies.

    npm install
  2. Start the example application.

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

Build

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.