https://github.com/ionic-team/ionic-heroku-button
A one-click Ionic app template for Heroku
https://github.com/ionic-team/ionic-heroku-button
Last synced: 4 months ago
JSON representation
A one-click Ionic app template for Heroku
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-heroku-button
- Owner: ionic-team
- Archived: true
- Created: 2014-10-05T13:06:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T01:15:19.000Z (over 9 years ago)
- Last Synced: 2025-01-18T21:58:32.891Z (about 1 year ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 122
- Watchers: 20
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ionic-heroku-button
===================
A one-click Ionic app template for Heroku
## Deploying 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:driftyco/ionic-heroku-button.git # or clone your own fork
cd ionic-heroku-button
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/