Skip to content

hostwithquantum/runway-example-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Runway Example node App

This is an example app demonstrating how to deploy a node 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 important parts to make this work are all in package.json:

  • any dependencies are installed during the build
  • the engines.node version is used to run the app
  • scripts.start is what is run