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.
- Clone your forked repo into your computer
- Do
yarn install
in the folder - Get the Mapbox API default access token
- Paste it into
src/settings.json
(in line 3:accessToken
) - Do
yarn serve
- Browse to http://localhost:8080 on your computer
You will see a page with a map, if this worked!