You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ A barebones Node.js app using [Express 4](http://expressjs.com/).
4
4
5
5
This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out.
6
6
7
-
[](https://heroku.com/deploy)
8
-
9
7
## Running Locally
10
8
11
9
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
@@ -26,6 +24,9 @@ $ heroku create
26
24
$ git push heroku master
27
25
$ heroku open
28
26
```
27
+
or
28
+
29
+
[](https://heroku.com/deploy)
0 commit comments