Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryanj-nyc/angular-5-heroku-boilerplate
The bare minimum starter code that allows users to easily deploy Angular 5 projects powered by Node to Heroku.
https://github.com/aryanj-nyc/angular-5-heroku-boilerplate
angular angular-2 angular2 angular4 angular5 boilerplate express heroku node nodejs template
Last synced: 3 months ago
JSON representation
The bare minimum starter code that allows users to easily deploy Angular 5 projects powered by Node to Heroku.
- Host: GitHub
- URL: https://github.com/aryanj-nyc/angular-5-heroku-boilerplate
- Owner: AryanJ-NYC
- Created: 2016-06-20T02:35:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T00:00:18.000Z (over 4 years ago)
- Last Synced: 2024-10-11T08:40:17.251Z (3 months ago)
- Topics: angular, angular-2, angular2, angular4, angular5, boilerplate, express, heroku, node, nodejs, template
- Language: JavaScript
- Homepage: https://angular-2-heroku-boilerplate.herokuapp.com/
- Size: 17.6 KB
- Stars: 9
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Heroku Boilerplate
This README outlines how to quickly deploy a project to Heroku using same files used in [angular.io](https://angular.io) tutorials. This project is meant to be as minimal as possible.Please note that with the release of Angular 6, this repository will stop receiving updates. All users should instead use the [Angular CLI Heroku boilerplate](https://github.com/AryanJ-NYC/angular-cli-heroku-boilerplate).
## Prerequisites
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)## Installation
* `git clone https://github.com/AryanJ-NYC/angular-2-heroku-boilerplate.git `
* `cd `
* `npm install`## Running / Development
### Running locally
* `npm start`
* Visit your app at [http://localhost:8080](http://localhost:8080)
* This should be similar to my [Heroku site](https://angular-2-heroku-boilerplate.herokuapp.com/)### Deploying to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)**OR**
* Install [Homebrew](https://brew.sh/)
* `brew install heroku`
* `heroku create `
* `git push heroku master`
* `heroku open`## Support
Like this boilerplate? Support my developments.[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/AryanJ)
Please star this repository to help it gain exposure.
## Other Boilerplates
Looking for an Angular CLI boilerplate? Check out [this repository](https://github.com/AryanJ-NYC/angular-cli-heroku-boilerplate).