Pomodoro clock - Free Code Camp learning project build with JS, CSS and HTML.
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