Deno starter
TypeScript that runs as-is: no bundler, no transpile step, no node_modules. Deno.serve reads the port the platform gives it and starts answering.
The source
This template is an ordinary public repository. Read it, fork it, or open a pull request against it. Deploying pulls its default branch and builds it the same way velixir builds your own code.
velixirnet/template-deno-httpOnce it is live
The template is just a starting point. Clone it, edit it, then ship over the top with the CLI:
velixir deploy
Or wire the GitHub Action into your own repo and every push to your deploy branch ships a release. Both run the same pipeline this template just went through.