Skip to content

rovbm/leaflet-mapbox-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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://www.meetup.com/wncwebtech/events/221993871/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 46.3%
  • JavaScript 45.0%
  • CSS 8.7%