Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 530 Bytes

StartStop.App

This is a PWA stopwatch that has voice commands if the browser supports it. It will save state in local storage.

This was built primarily to explore progressive web apps and other technologies as time permits.

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# run tests with jest
npm run test

# lint code
npm run lint