https://github.com/heroku/flow-demo
Simple Express app to demo Heroku Flow
https://github.com/heroku/flow-demo
Last synced: 6 months ago
JSON representation
Simple Express app to demo Heroku Flow
- Host: GitHub
- URL: https://github.com/heroku/flow-demo
- Owner: heroku
- Created: 2017-05-09T11:43:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T18:37:34.000Z (over 2 years ago)
- Last Synced: 2025-06-10T04:08:49.292Z (7 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 23
- Watchers: 86
- Forks: 3,093
- Open Issues: 320
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Flow Demo
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/