This project demonstrates usage of the Leaflet mapping SDK. It comprises:
- Simple node.js backend generated via the express generator
- Jade-based view templates
- A single client-side view a Leaflet map using Google Maps tiles, and some data points about me!
Demo: https://ropermap.herokuapp.com
To run locally:
- Clone this repo:
git clone https://github.com/elropero/leaflet_roper.git
- Make sure you have node.js installed on your system
- Install package dependencies from within the project folder:
npm install
- Start the app:
npm install
- Open the site on your local browser: http://localhost:3000
Click the markers on the map to learn about me. Double click areas to zoom in.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D