Map Time tutorial on how to migrate a Leaflet project to the 1.0 release
- Install Node.js on your machine
- Download this repository, either by downloading this zip file or cloning this repository to your computer with Git
- Navigate to the folder where you cloned or extracted this project from your operating system's command line prompt (e.g. Terminal on OSX, PowerShell or command prompt on windows)
- Run the command
npm install
to download and install the dependencies necessary to run the project - Run the command
npm start
(or the equivalent commandnode server.js
) to start the server - Visit http://localhost:4000 in your browser to see the map!