Skip to content

mathcolo/tracker-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracker-static

tracker-static is the frontend for https://newtrains.today. The backend cache service is located here.

Development instructions

  1. In the root directory, run npm install to install all the project dependencies
  2. Run npm start to start the dev server
  3. Navigate to http://localhost:8080 (or the url provided after running npm start)

Development commands

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 changes
  • npm run build - builds a final distributable using webpack
  • npm test - runs tests in jasmine

About

newtrains.today frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published