Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 863 Bytes

File metadata and controls

11 lines (9 loc) · 863 Bytes

MapTime-Migrating-To-Leaflet-1.0

Map Time tutorial on how to migrate a Leaflet project to the 1.0 release

Installation

  1. Install Node.js on your machine
  2. Download this repository, either by downloading this zip file or cloning this repository to your computer with Git
  3. 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)
  4. Run the command npm install to download and install the dependencies necessary to run the project
  5. Run the command npm start (or the equivalent command node server.js) to start the server
  6. Visit http://localhost:4000 in your browser to see the map!