This is an example app demonstrating how to deploy a node app to runway.
- clone this repo, and navigate into that directory
runway app createrunway app deployrunway open
You can then deploy changes by git commiting them, and running runway app deploy again.
The important parts to make this work are all in package.json:
- any
dependenciesare installed during the build - the
engines.nodeversion is used to run the app scripts.startis what is run