- dotnet SDK 2.1 or higher
- node.js with npm
- Install JS dependencies:
npm install
- Start Webpack dev server:
npx webpack-dev-server
- After the first compilation is finished, in your browser open: http://localhost:8080/
Any modification you do to the F# code will be reflected in the web page after saving.