angular-cli-heroku-boilerplate

The bare minimum starter code that allows users to easily deploy Angular CLI projects powered by Node and Express to Heroku.

Stars
13
Committers
2

Angular CLI Heroku Boilerplate

This README outlines how to quickly deploy your Angular CLI project to Heroku.

Prerequisites

Installation

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

Running

Running locally

Deploying to Heroku

OR

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

Changes Made to Original Angular CLI code

Support

Like this boilerplate? Support my developments.

Please star this repository to help it gain exposure.