Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 515 Bytes

RunningYourApp.md

File metadata and controls

3 lines (2 loc) · 515 Bytes

Running your app

In the VS Code Command Palette choose "Open Folder in Container" which will launch your application in a Docker container allowing for realtime development and testing. Once launched, the application can be accessed at http://localhost:3000/<prefix>/ and tested using the VS Code Swagger Viewer (swagger.json) or by appending ?swagger-ui=html to any active routes.