shyamvkansagra / pomodoro-clock-1

An educational VanillaJS "Pomodoro Clock" project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro Clock

Running pomodoro-clock locally

$ git clone git@github.com:fatman-/pomodoro-clock.git
$ cd pomodoro-clock
$ npm install
$ npm run serve

Visit localhost:5000

build folder

npm run serve creates a build folder which you can optionally host elsewhere. You can also run npm run build for generating the build folder.

About

An educational VanillaJS "Pomodoro Clock" project


Languages

Language:JavaScript 63.1%Language:CSS 25.0%Language:HTML 11.9%