elmish / sample-react-timer-svg

Clock app using svg and timer subscription

Home Page:https://elmish.github.io/sample-react-timer-svg/

Repository from Github https://github.comelmish/sample-react-timer-svgRepository from Github https://github.comelmish/sample-react-timer-svg

SVG Clock Demo

clock.gif

Building and running the app

  1. Install npm dependencies: yarn install or npm install
  2. Install dotnet dependencies: .paket/paket.exe install
  3. Restore references for project cd src && dotnet restore
  4. In one shell, Start Fable daemon: dotnet fable start
  5. In another shell, Start Webpack dev server: npm start
  6. In your browser, open: http://localhost:8080/

Any modification you do to the F# code will be reflected in the web page after saving.

About

Clock app using svg and timer subscription

https://elmish.github.io/sample-react-timer-svg/

License:MIT License


Languages

Language:F# 60.4%Language:JavaScript 31.6%Language:HTML 7.9%