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.fsand replace its contents with the contents ofClient.fsfrom this repository. - Add an entry point "
<div id="main"></div>" toindex.htmlin the body tag before the<script>link.
Enjoy!
