Skip to content

markpattison/map-demo

Repository files navigation

map-demo

This project is part of the F# Advent Calendar in English 2020.

In this walkthrough I'll show how to quickly and easily visualise data on an interactive map using F#, Leaflet and the SAFE Stack.

See it in action at http://www.markpattison.net/mapdemo/

Install pre-requisites

You'll need to install the following pre-requisites in order to build SAFE applications

Starting the application

Before you run the project for the first time only you must install dotnet "local tools" with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet fake build -t run

Then open http://localhost:8080 in your browser.

Contributing

Pull requests welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published