Skip to content

A learning project for controlling a leaflet map with Elm and ports.

Notifications You must be signed in to change notification settings

MikeTheReader/leaflet-elm-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Leaflet Learning Project

About

This project is a personal learning project geared around interacting with a Leaflet map using Elm and ports.

Running

  1. Install Gulp

    npm install -g gulp

  2. Install node dependencies

    npm install

  3. Install Elm dependencies

    elm package install (And accept the plan)

  4. Run default gulp task

    gulp

This will start a server on your local machine at the default port of 4000. Point your browser at http://localhost:4000, and you can see the application.

About

A learning project for controlling a leaflet map with Elm and ports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages