Material-design flavoured pomodoro timer built as a Progressive Web App
Powered by Vue 2.0 + Muse-UI
(Optional) If you want to test the build files locally (via yarn run serve
):
git clone https://github.com/tohjustin/pomodori.git
cd ./pomodori
yarn
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
# build for production with minification + serve build at localhost:5000 (Flask server)
yarn run serve
# run eslint
yarn run lint
# run unit tests
yarn run unit
# run eslint + unit tests
yarn test
This project's build setup is scaffolded by the vue-cli project. For detailed explanation on how things work, checkout the guide and docs for pwa-template.
MIT © Justin Toh