Basic stopwatch exercise
Basic implementation
Over engineered MVC version
Basic vanilla model
Use of Zakas's event target to enable custom events
Could go further and replace JQuery and make more browser compatible but run out of energy
- Install node
npm install
- Run
gulp
to create bundle - Run
node app
- Visit
localhost:1999
for basiclocalhost:1999/mvc
for MVC version