Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 3.58 KB

README.md

File metadata and controls

88 lines (48 loc) · 3.58 KB

Boulder Trails Checklist

Map trails you've hiked in Boulder's OSMP system.

Loads public data from an ArcGIS MapServer hosted by the City of Boulder, displays the trails on a map of Boulder, and keeps track of which trails you've hiked (toggle by clicking on trail segments).

This project was started with Create React App.

Try It

aaron-schroeder.github.io/boulder-trail-checklist

Available Scripts

In the project directory, you can run:

npm install

Installs the required packages.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.\

npm run deploy

Deploys the app to my GitHub project page.