yulian-zapata / angular-2-heroku-boilerplate

The bare minimum Starter code that allows users to easily deploy Angular 2 projects powered by Node to Heroku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Heroku Boilerplate

This README outlines how to quickly deploy a project to Heroku using same files used in angular.io tutorials.

Prerequisites

Installation

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

Running / Development

Running locally

Deploying to Heroku

  • heroku create <your-project-name>
  • git push heroku master
  • heroku open

Contribute

Like this boilerplate? Contribute at http://paypal.me/AryanJ/5.

About

The bare minimum Starter code that allows users to easily deploy Angular 2 projects powered by Node to Heroku.


Languages

Language:JavaScript 49.6%Language:HTML 25.8%Language:TypeScript 24.6%