This project contains the "Markup-driven, strongly-typed reactive applications in minutes" sample from the WebSharper website.
This project requires WebSharper and WebSharper.UI.Next, and it is configured to fetch these dependencies automatically.
You can recreate this project in Visual Studio, Xamarin Studio or CloudSharper by following these steps:
- Create a new WebSharper UI.Next Single-Page Application project.
- Open
Client.fs
and replace its contents with the contents ofClient.fs
from this repository. - Add an entry point "
<div id="main"></div>
" toindex.html
in the body tag before the<script>
link.
Enjoy!