deno-heroku

Deno Boilerplate for Heroku diploy

MIT License

Stars
5

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