An open map with the end-user in mind.
- NodeJS v6.x
rename src/config.ts.sample
to src/config.ts
and replace "YOUR-TOKEN-GOES-HERE"
with your API token from Mapbox.
npm i -g typings
typings i
kick off typescript-compilation (with change-detection) and run a local devserver on localhost:8080
npm run devserver
creates a build with dev-webpack-configuration in /build directory
npm run build-dev
creates a build in /build directory
npm run build