This app accompanies the article posted here: https://dev.to/laney/react-mapbox-beginner-tutorial-2e35
- Install dependencies:
yarn install - Copy the contents of
.env.local.exampleinto an.env.localfile (cp .env.local.example .env.localand replaceYOUR_TOKEN_HEREwith your token. - Run
yarn startto start the dev server. - Open http://localhost:3000 to view it in the browser.