SVG Clock Demo
- Install npm dependencies:
yarn installornpm install - Install dotnet dependencies:
.paket/paket.exe install - Restore references for project
cd src && dotnet restore - In one shell, Start Fable daemon:
dotnet fable start - In another shell, Start Webpack dev server:
npm start - In your browser, open: http://localhost:8080/
Any modification you do to the F# code will be reflected in the web page after saving.
