https://github.com/heroku/button-sample
https://github.com/heroku/button-sample
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heroku/button-sample
- Owner: heroku
- Created: 2014-08-07T09:55:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T00:39:13.000Z (almost 11 years ago)
- Last Synced: 2025-06-10T04:08:59.690Z (7 months ago)
- Language: JavaScript
- Size: 400 KB
- Stars: 32
- Watchers: 90
- Forks: 74
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# button-sample
A barebones Node.js app using [Express 4](http://expressjs.com/).
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git clone git@github.com:heroku/button-sample.git # or clone your own fork
cd button-sample
npm install
npm start
```
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```
heroku create
git push heroku master
heroku open
```
Alternatively, you can deploy your own copy of the app using this button:
[](https://heroku.com/deploy)
## Documentation
For more information about using Heroku, check out https://devcenter.heroku.com/