Skip to content

Commit

Permalink
docs(oauth2-browser): make demo directions for creating an applicatio…
Browse files Browse the repository at this point in the history
…n more specific

AFFECTS PACKAGES:
@esri/arcgis-rest-demo-vanilla
  • Loading branch information
noahmulfinger authored Oct 10, 2018
1 parent feb26eb commit d1acf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/oauth2-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ the `arcgis-rest-js` libraries.

## Running this demo
1. Like all the other demo apps, run `npm run bootstrap` in the root directory.
1. Register a new application using [https://developers.arcgis.com](https://developers.arcgis.com).
1. Register a new application using https://developers.arcgis.com/applications/new (you will be prompted to sign in or create a free account first).
1. Add a redirect URL of `http://localhost:8080` to your new app.
1. Either copy the `config.js.template` file and rename it to `config.js` with your own ClientID or supply it in the prompt when the app is launched.
1. Run `npm start` to spin up the development server.
Expand Down

0 comments on commit d1acf0a

Please sign in to comment.