Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tantara/shython-heroku
Heroku Version of Shython
https://github.com/tantara/shython-heroku
Last synced: about 2 months ago
JSON representation
Heroku Version of Shython
- Host: GitHub
- URL: https://github.com/tantara/shython-heroku
- Owner: tantara
- Created: 2016-02-14T04:02:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T06:12:35.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T00:46:54.163Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 [email protected]: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:
[![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/