# Running this demo

1. Make sure you run `npm run bootstrap` in the root folder to setup the dependencies
2. ~~Register a new app on https://developers.arcgis.com~~
3. ~~Add a redirect URL of `http://localhost:8080/post-sign-in.html` to your app.~~
4. ~~Copy the `config.js.template` file, rename it to `config.js`~~
5. ~~Copy your apps client id into your new `config.js` file.~~
6. `npm start`
7. Visit http://localhost:8080 ~~and click "Sign In" to start the OAuth 2.0 process.~~
8. Start clicking buttons to send off ~~authenticated~~ geocoding requests.
