Getting Started

An introduction on how to get started with the Map Template project. Read the guide or watch our web developer Andreea implement it live!

Node version

We recommend using the latest LTS version of Node.jsarrow-up-right.

1. Getting Startedarrow-up-right

Using a terminal/shell in the project folder, run the following commands:

  • Clone the repositoryarrow-up-right to your development environment. You can use SSH or HTTPS to clone the repository, depending on which one you are more familiar with.

  • Inside the project folder root, install all dependencies and build with Lerna:

  • Move to the packages/map-template directory and run the app:

Now open the app served on http://localhost:3000/arrow-up-right.

2. Add Google Maps API Keys or Mapbox Access Tokensarrow-up-right

Rename .env.example, to .env and add either of the keys (or both) to that file, and the maps will load properly.

https://github.com/MapsPeople/web-uiarrow-up-right https://lerna.js.org/arrow-up-right

Last updated

Was this helpful?