Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.09 KB

Your First WebSharper Application in 2 Minutes Build status

This project contains the "Visualize data with any JS library" sample from the WebSharper website.

Screenshot

See it running live here.

Dependencies

This project requires WebSharper and WebSharper.Google.Visualization, and it is configured to fetch these dependencies automatically.

About this project

You can recreate this project in Visual Studio, Xamarin Studio or CloudSharper by following these steps:

  1. Create a new WebSharper Single-Page Application project.
  2. Add a Nuget reference to WebSharper.Google.Visualization.
  3. Open Client.fs and replace its contents with the contents of Client.fs from this repository.
  4. Add an entry point "<div id="main"></div>" to index.html in the body tag before the <script> link.

Enjoy!