metro-ontime / frontend

Front end code for performance monitor app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  1. Run live dev server:
yarn dev
  1. 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

About

Front end code for performance monitor app

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.2%Language:CSS 2.3%Language:HTML 0.5%