Skip to content

ili101/timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timer

Timer Description to be added...

Developer Instructions

To run / work on this project first clone this repo (or a fork of the repo) then install the npm dependencies

    npm install

To run the site in a browser build the TS into JS and serve the index.html file to the browser in your preferred method OR use the provided script to do this for you

    npm start

This will build the TS into a single JS file using esbuild and serve the site using http-server (usually port :8080, but check your terminal output for the actual port number)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.6%
  • HTML 12.4%