This application uses Polymer to display where the Blue Line, GreenLine, Red line, and S-Line Street Car trains are for UTA in Utah.
- NodeJS
- Node Inspector (optional, required for debugging)
- Clone repository
- Run
npm install
to install the dependencies (run from folder where you cloned the repo) - Run
npm start
to start up the server. - Navigate to http:\\localhost:3000 in your browser
- Have node inspector installed
npm install -g node-inspector
- Run
node-debug server.js
This will launch the debugger site in your browser. This only works in a webkit browser, chrome or safari. If your default browser isn't one of these then copy the url into one of those browsers. - Navigate to http:\\localhost:3000 in your browser.