/runway-example-go

example go app for runway

Primary LanguageGoApache License 2.0Apache-2.0

Runway Example go App

This is an example app demonstrating how to deploy a go app to runway.

  • clone this repo, and navigate into that directory
  • runway app create
  • runway app deploy
  • runway open

You can then deploy changes by git commiting them, and running runway app deploy again.

The Makefile in here is for local use, and not used or needed by runway.