Quickstart: Express
Make sure your app has a start
script inside package.json
Serve your app at $PORT
$PORT
Start a server that listens on 0.0.0.0
and serves http
traffic using environment variable PORT
to configure its port binding. This variable will be automatically configured in Faable Cloud when routing requests to your app.
Deploy to Faable
CLI install:
Deploy folder to faable:
App is ready at sample-app.faable.link
Last updated