Skip to content

javajohnHub/angular-5-heroku-boilerplate

 
 

Repository files navigation

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.

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • HTML 25.8%
  • TypeScript 24.6%