Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).