heroku-deno-getting-started icon indicating copy to clipboard operation
heroku-deno-getting-started copied to clipboard

heroku-deno-getting-started

Buildpack

https://github.com/chibat/heroku-buildpack-deno

Running Locally

Make sure you have Deno and the Heroku CLI installed.

$ git clone https://github.com/chibat/heroku-deno-getting-started.git
$ cd heroku-deno-getting-started
$ ./app.ts

Your app should now be running on localhost:8080.

Deploying to Heroku

$ heroku create --buildpack https://github.com/chibat/heroku-buildpack-deno.git
$ git push heroku master
$ heroku open

more examples

  • https://github.com/chibat/heroku-deno-tsconfig-importmap-example (Alosaur)
  • https://github.com/chibat/heroku-deno-customized-build-example (Aleph.js)
  • https://github.com/chibat/heroku-deno-postgres-example (PostgreSQL)