Skip to content

Front end code for performance monitor app

License

Notifications You must be signed in to change notification settings

brianplynn/frontend

 
 

Repository files navigation

Metro Performance Monitor Website

This is the front end React App for our performance monitor tool.

Getting Started

  1. Clone & install nodes packages:
git clone https://github.com/metro-ontime/frontend.git
cd frontend
npm i
  1. To run live development server: npm run dev
  2. To build and export static web app to 'out' directory:
npm run build
npm run export

Coding Style

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

About

Front end code for performance monitor app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%