node-js-入门
使用准系统 Node.js 应用程序。
此应用程序支持文章 - 请查看。
在本地运行
确保你已经安装了和 。
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
您的应用程序现在应该在上运行。
部署到 Heroku
$ heroku create
$ git push heroku master
$ heroku open
文档
有关在 Heroku 上使用 Node.js 的更多信息,请参阅这些开发中心文章:
1