Lesson 1 - skinnylatte/new_map GitHub Wiki

This page will help you get everything setup for the first lesson. This assumes all the prerequisites were successfully installed.

  1. Clone your forked repo into your computer
  2. Do yarn install in the folder
  3. Get the Mapbox API default access token
  4. Paste it into src/settings.json (in line 3: accessToken)
  5. Do yarn serve
  6. Browse to http://localhost:8080 on your computer

You will see a page with a map, if this worked!

Customize map style.

Other lesson headers here.