Skip to content

Setup in Heroku

Talysson de Oliveira Cassiano edited this page Mar 28, 2017 · 1 revision

Out of box this boilerplate is really easy to be used with Heroku. Heroku uses a Procfile to define it'll run the server, and have a good integration with npm scripts to make the build process of Node apps practical.

If you check the repository, the package.json file already has a script to run the Sequelize migrations after the build and there's also a Procfile setup to run the application in cluster mode in Heroku with a process manager. Just push it to a Heroku app that has PostgreSQL setup already and it just works!

Clone this wiki locally