Skip to content

Instantly share code, notes, and snippets.

@canibanoglu
canibanoglu / Procfile
Last active November 29, 2019 10:42 — forked from troygoode/Procfile
basic example node.js (+express +jade) application configured to run in Heroku(views_layout.jade and views_home.jade should just be "layout.jade" and "home.jade" inside the "views" subdirectory)(public_home.js should just be "home.js" inside the "public" subdirectory)
web: node server.js