tracker-static is the frontend for https://newtrains.today. The backend cache service is located here.
- In the root directory, run
npm installto install all the project dependencies - Run
npm startto start the dev server - Navigate to http://localhost:8080 (or the url provided after running
npm start)
Below are a list of commands used for development. The logic for all the commands are in the local package.json
npm start- starts a server hosting the webapp on localhost using webpack-serve and will watch for changesnpm run build- builds a final distributable using webpacknpm test- runs tests in jasmine