Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 606 Bytes

readme.md

File metadata and controls

18 lines (9 loc) · 606 Bytes

cover

Drink Water App (PWA)

Simple app (PWA) for tracking the amount of water drank everyday.

How to use it?

Clone the repo to your computer, go to the project directory in console and type npm install. Open 'Dist' folder and run 'index.html' file. You can simply add and remove glasses of water by clicking on buttons.

Available scripts

npm run start - runs development mode

npm run build - runs build process for production

npm run publish - runs build process and publish the page using gh-pages branch