stanleychh / production

Home Page:https://stanleychh.github.io/production/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://stanleychh.github.io/production/


Languages

Language:JavaScript 98.6%Language:HTML 1.2%Language:CSS 0.1%