Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 322 Bytes

Installing sl-time-tracking

  • Go to the root directory
  • Run npm install
  • Run npm start to start the server
  • Point your browser to http://localhost:3000/

Running tests

  • Run npm test
  • Jest will watch files and update automatically