Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 707 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 707 Bytes

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. You can also test the production build locally using the command below:

npm run serve