This is:
- The companion application repository for ReasonML React Pomodoro Timer
- Inspried by ReasonML with React Hooks Tutorial
- It uses the svg and css from How to Create an Animated Countdown Timer;
- Documentation for ReasonReact (full ReasonReact docs here).
npm install
npm run server
# in a new terminal
npm start
Open a new web page to http://localhost:8000/
. Change any .re
file in src
to see the page auto-reload. You don't need any bundler when you're developing!