- Install npm dependencies:
yarn install
- Install dotnet dependencies:
dotnet restore
- Start Fable server and Webpack dev server:
dotnet fable npm-run 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.