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
- Host: GitHub
- URL: https://github.com/fly-apps/hellonode-builtin
- Owner: fly-apps
- Created: 2020-01-14T14:31:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T00:11:21.000Z (about 2 years ago)
- Last Synced: 2024-12-12T14:21:49.677Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 20
- Watchers: 3
- Forks: 55
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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