This is a rebuilt version of MTA Subway Time website. You can view it here.
$ npm install
$ npm start
$ open http://localhost:8080
This website uses Firebase. It uses Firebase Hosting to host static assets, and Firebase Functions for the backend.
$ npm run deploy.hosting # deploy to Firebase Hosting
$ npm run deploy.functions # deploy to Firebase Functions
The main focus of this website is to provide a fast user experience.
We will use WebPageTest to measure this.