Skip to content

JulienMelissas/leaflet-mapbox-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet/Mapbox Demo

History and steps for tutorial are in seperate git commits. Here's the link to ScreenFlow/Audio Recording of the talk I did on YouTube: https://www.youtube.com/watch?v=jRXaQC0jKcg/

Setup for the Project:

  • You need to have node.js and npm (node package manager) installed.
  • You need to have bower installed (npm install -g bower) to pull in the project's dependencies. After bower is installed run bower install.
  • You need to have BrowserSync installed for the live-reloading and web server (npm install -g browser-sync).

BrowserSync:

Run browser-sync start --server --files "assets/scripts/*.js,assets/styles/*.css,index.html" to get BrowserSync started.

About

An example project for a talk I gave at a local meetup group. http:https://www.meetup.com/wncwebtech/events/221993871/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published