microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
240 stars 159 forks source link

how to set debug environment to run locally? #27

Open shlomirv opened 5 years ago

shlomirv commented 5 years ago

how to set debug environment to run locally without the need to load the extension to azure as iFrame?

karelkral commented 4 years ago

Here is a complete sample. I am using it and it is working!

nicostubi commented 4 years ago

Hello karelkral,

this is when I "npm install" and "npm start" the project you are referring to:

image

BR, Nicolas

karelkral commented 3 years ago

You have to use "npm run start"