An open API service indexing awesome lists of open source software.

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

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:

[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Documentation

For more information about using Heroku, check out https://devcenter.heroku.com/