/angular2-app-seed

This repository acts as a very simple Angular 2 App Seed with which you can get started developing Angular 2 immediately.

Primary LanguageJavaScript

Angular 2 App Seed

##Forked using this other example https://github.com/mschwarzmueller/angular-2-beta-boilerplate

##Update all dependencies to latest version, and params with quickstart example from angular.io

Description

This repository acts as a very simple Angular 2 App Seed with which you can get started developing Angular 2 immediately. It is derived from the official Angular 2 Documentation which can be found. here.

Usage

Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!

1: Clone repo

git clone https://github.com/marciocamello/angular2-app-seed.git

2: Install packages

npm install

3: Start server (includes auto refreshing) and gulp watcher

npm start