metro-ontime / frontend

Front end code for performance monitor app
GNU General Public License v3.0
4 stars 12 forks source link

Metro Performance Monitor Website

This is the front end React App for our performance monitor tool. Published on GitHub pages.

Getting Started

  1. Clone & install packages:
    git clone https://github.com/metro-ontime/frontend.git
    cd frontend
    yarn
  2. Run live dev server:
    yarn dev
  3. Build for production:
    yarn build

Coding Style (this section is out of date)

We use ESLint with the AirBnB javascript/react Style Guide, available here: https://github.com/airbnb/javascript/tree/master/react

Linting is run with

npm start
npm run build
npm run lint