Skip to content

chibat/heroku-deno-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published