Skip to content

jrue/leaflet-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Leaflet Map Template

This is a simple template for making a leaflet map. This tutorial uses CartoDB Positron tiles. For additional options, visit https://leaflet-extras.github.io/leaflet-providers/preview/.

Install instructions

To install, fork this repo, then clone a copy to your computer. (Note: You will need Node.js installed for this command to work.) Open a Terminal window in the directory from where you cloned your repository, and run the following command:

npm install

Next, install Grunt globally if you don't have it already.

sudo npm install -g grunt-cli

Then, run grunt to initiate the watch task.

grunt

Open the URL in your browser and modify the files in the src folder.

Deploy to Github Pages

To deploy to Github, simply run the deploy command, which will copy the dist folder to gh-pages branch.

grunt deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published