Skip to content

A mobile app for interacting with your ADO organisations, built in React Native

Notifications You must be signed in to change notification settings

carlevans719/ado-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADO Mobile

A mobile app for interacting with your ADO organisations, built in React Native

Getting started

ADO App Registration

Register an app here. Be sure to include all the scopes listed in constants.js.

Backend

Replace the process.env.CLIENT_SECRET with your app's client_secret (or figure out the process of pulling it in from the environment).

To run the function app in development using VSCode, install the Azure Functions extension (ms-azuretools.vscode-azurefunctions ) and run the "func" task.

You can use the same extension to bootstrap the deployment to Azure. Alternatively, the code can be copied/pasted into an existing node.js app.

Frontend

Obvious yarn / npm i steps. Then head over to the constants.js file to fill in the CLIENT_ID with the one from your new app. While you're in there, check the value of the AUTH_TOKEN_URL constant is correct.

Run yarn start and you're good to go.

About

A mobile app for interacting with your ADO organisations, built in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published