DEV Community

Mathias J. Klenk
Mathias J. Klenk

Posted on

NestJS & Heroku Boilerplate

I spent this evening creating a clean boilerplate project to combine:

I started by following the official Nest Guide and then googled to setup Nest correctly with Heroku. I had to adjust some scripts in the package.json, add a Procfile file as well as setup webpack for hot-reload during local development.

I hope this saves someone time. Here you go: Github Repo

Top comments (0)