Skip to content

ostyq/FCC-pomodoro-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCC-pomodoro-clock

Pomodoro clock - Free Code Camp learning project build with JS, CSS and HTML.

Usage:

Parcel global install:

npm install -g parcel-bundler


Install dependencies:

npm install

Run page for development:

npm start

Build application for production:

npm run build