Run the App Locally
Page last updated:
Page last updated:
Now start your application locally using the go run
command:
$ go run main.go
Open http://localhost:8080 with your web browser. You should see your app running locally.
To stop the app from running locally, in the shell terminal, press Ctrl+C
to exit.