GitXplorerGitXplorer
A

angular-5-heroku-boilerplate

public
9 stars
13 forks
0 issues

Commits

List of commits on branch master.
Unverified
975097eb64f1fc66f62177a9c8ffde845d721116

Add deprecation message

AAryanJ-NYC committed 7 years ago
Unverified
8eb427689dbb57c1bd8292b6416f9e891c481354

Upgrade to Angular 5

committed 7 years ago
Unverified
29781933c1084bbf967e6cd3cd8e5dbbc18723e1

Upgrade to Angular 4

committed 7 years ago
Unverified
f7ca5306248c319d8bd017be96d11c5f53ebdd19

Edit README

AAryanJ-NYC committed 8 years ago
Unverified
15553b8592515ef7a3aa400ae1db0adc49757908

Update README.md

AAryanJ-NYC committed 8 years ago
Unverified
e6ae82c29d8a589ccb7801bc268d24a3165ee77b

Update to Angular 2.4.0

AAryanJ-NYC committed 8 years ago

README

The README file for this repository.

Angular Heroku Boilerplate

This README outlines how to quickly deploy a project to Heroku using same files used in 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.

Prerequisites

Installation

  • git clone https://github.com/AryanJ-NYC/angular-2-heroku-boilerplate.git <your-project-name>
  • cd <your-project-name>
  • npm install

Running / Development

Running locally

Deploying to Heroku

Deploy

OR

  • Install Homebrew
  • brew install heroku
  • heroku create <your-project-name>
  • git push heroku master
  • heroku open

Support

Like this boilerplate? Support my developments.

Support via PayPal

Please star this repository to help it gain exposure.

Other Boilerplates

Looking for an Angular CLI boilerplate? Check out this repository.