Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

executable file
·
8 lines (6 loc) · 361 Bytes

Build and running the app

  1. Install npm dependencies: yarn install
  2. Install dotnet dependencies: dotnet restore
  3. Start Fable server and Webpack dev server: dotnet fable npm-run start
  4. In your browser, open: http://localhost:8080/

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