How to test during development?
abhilash-im opened this issue · 1 comments
abhilash-im commented
In pre-requisites, it is mentioned that the sample needs to be hosted in HTTPS website. What are the requirements for development using Visual Studio? Is it possible to debug the app within Visual Studio by simply pressing F5? Does that work?
Any help will be appreciated.
Thanks.
jasonjoh commented
This sample does not have any Visual Studio project file, so you can't just hit F5. Visual Studio does have an Office Add-in project type, so you could recreate this in Visual Studio and get that ability.
Another option I've used successfully is Node.js with the http-server package, so you can quickly run a test server from the command line.