- Node package manager
- Register as a developer with ArcGIS to get API credentials:
- go to https://developers.arcgis.com/dashboard/
- register and make an API key
- set the API key in
/scripts/requirements.js
esriConfig.apiKey = "get-your-own-key-ya-mooch";
- Install serve:
npm install --global serve
- Open a terminal and serve the application:
serve