An open API service indexing awesome lists of open source software.

https://github.com/fly-apps/hellonode-builtin

A minimal Fly example Node application for use in tutorials
https://github.com/fly-apps/hellonode-builtin

Last synced: 11 months ago
JSON representation

A minimal Fly example Node application for use in tutorials

Awesome Lists containing this project

README

          

# hellonode

## A Fly Example

This is a simple application used in the [fly.io Getting Started](https://fly.io/docs/getting-started/node/) documentation showing how to deploy a Node application using Flyctl's builtin Nodejs deployment option.

* Run flyctl init
* When prompted for a builder, select builtin Nodejs.
* Run flyctl deploy