nodeboot-server-encore

Installation
SKILL.md

Node-Boot on Encore.ts

Use this when the deployment target is Encore.ts rather than a self-owned HTTP listener.

Fresh start or existing app?

Read ../_shared/fresh-vs-existing.md first, then apply it here:

  • Fresh start: npx degit nodejs-boot/node-boot/samples/sample-encore my-app. Encore's own tooling (encore app create/encore run) still applies on top — this just gives you the Node-Boot wiring.
  • Existing app: look for NodeBoot.run(EncoreServer in src/app.ts and for @nodeboot/encore-server in package.json to confirm this adapter is (or isn't) already wired. Remember Encore apps favor explicit imports over @EnableComponentScan().

Minimal setup

From samples/sample-encore/src/app.ts:

Installs
1
GitHub Stars
10
First Seen
Aug 11, 2026
nodeboot-server-encore — nodejs-boot/node-boot