This is the front end React App for our performance monitor tool. Published on GitHub pages.
- Clone & install packages:
git clone https://github.com/metro-ontime/frontend.git
cd frontend
yarn
- Run live dev server:
yarn dev
- Build for production:
yarn build
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