Update README.md

This commit is contained in:
Chuck Lantz
2019-04-19 13:18:24 -07:00
parent 5066da6e19
commit a02d3740ff

View File

@@ -10,16 +10,16 @@ One you have this sample opened in a container, you'll be able to work with it l
Some things to try: Some things to try:
2. **Edit:** 1. **Edit:**
1. Open `server.go` 1. Open `server.go`
2. Try adding some code and check out the language features. 2. Try adding some code and check out the language features.
3. **Build, Run, and Debug:** 2. **Build, Run, and Debug:**
1. Open `sever.go` 1. Open `sever.go`
2. Add a breakpoint. 2. Add a breakpoint.
3. Press <kbd>F5</kbd> to launch the app in the container. 3. Press <kbd>F5</kbd> to launch the app in the container.
4. Open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container. 4. Open a local browser and go to `http://localhost:9000` and note you can connect to the server in the container.
5. Once the breakpoint is hit, try hovering over variables, examining locals, and more. 5. Once the breakpoint is hit, try hovering over variables, examining locals, and more.
4. **Forward another port:** 3. **Forward another port:**
1. Stop debugging 1. Stop debugging
2. Open `sever.js` 2. Open `sever.js`
3. Change the server port to 5000. (`portNumber := "5000"`) 3. Change the server port to 5000. (`portNumber := "5000"`)