Skip to content

AbmSourav/deno-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Boilerplate for Heroku deploy

Instructions

  1. Clone this Boilerplate: git clone https://github.com/AbmSourav/deno-heroku.git
  2. Do your staffs...
  3. Test on local server: deno run --allow-net main.ts Note: you may also need to add other permission flugs according to your code.
  4. Create Heroku app with the buildpack: heroku create AppName --buildpack https://github.com/AbmSourav/deno-diploy.git
  5. Deploy: git push heroku master

Releases

No releases published

Packages

No packages published