Skip to content

Commit 06f1120

Browse files
committed
Added "Running your app" document
1 parent 64cbfef commit 06f1120

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The not so "Getting Started" manual most never read.
99
- [Introduction](Introduction.md)
1010
- [Getting Started](GettingStarted.md)
1111
- [AWS requirements](AWSRequirements.md)
12+
- [Running your App](RunningYourApp.md)
1213
- [Usage](Usage.md)
1314
- [Common methods](CommonMethods.md)
1415
- [Complex routing](ComplexRouting.md)

RunningYourApp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Running your app
2+
3+
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>/](http://localhost:3000/<prefix>/) and tested using the [VS Code Swagger Viewer](https://marketplace.visualstudio.com/items?itemName=Arjun.swagger-viewer) (`swagger.json`) or by appending `?swagger-ui=html` to any active routes.

0 commit comments

Comments
 (0)