Skip to content

Commit 7fca686

Browse files
author
M Haidar Hanif
committed
Add articles about Heroku guides
1 parent d02952e commit 7fca686

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,14 @@ mysql yourdatabase --user=yourusername -p < yourfile.sql
325325

326326
### How to Deploy with Heroku
327327

328+
You can also follow the official guides or community articles:
329+
330+
- [Node.js | Heroku Dev Center](https://devcenter.heroku.com/categories/nodejs-support)
331+
- [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs)
332+
- [Deploying Node.js Apps on Heroku](https://devcenter.heroku.com/articles/deploying-nodejs)
333+
- [Best Practices for Node.js Development | Heroku Dev Center](https://devcenter.heroku.com/articles/node-best-practices)
334+
- [How to Deploy a Node.js App to Heroku ― Scotch](https://scotch.io/tutorials/how-to-deploy-a-node-js-app-to-heroku) (published in 2014)
335+
328336
Create and login to your account on Heroku.
329337

330338
**On Heroku Dashboard**
@@ -368,6 +376,7 @@ heroku login
368376

369377
Create `Procfile` and add this line.
370378
It will be used for Heroku on how to start the app.
379+
`Procfile` itself is defined by [`node-foreman`](https://github.com/strongloop/node-foreman.
371380

372381
```txt
373382
web: yarn start

0 commit comments

Comments
 (0)