Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 556 Bytes

File metadata and controls

28 lines (19 loc) · 556 Bytes

Ignite Timer

Simple "pomodoro" app developed while following Rocketseat's React course.

Preview

Sample preview showcasing the timer web-app in its initial state

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build