Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 681 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 681 Bytes

Try F# on WebAssembly

Build status

This is the repository for the Try F# on WebAssembly website.

Uses Bolero - F# Tools for Blazor, see website and repository.

Building this project

First run install.ps1 in Powershell. Then you can open the solution in your IDE of choice.

The server project WebFsc.Server is just here for developer convenience (hot reloading, MIME type for *.fsx); the actual deployed project is WebFsc.Client.