/angular2-tutorial

Primary LanguageJavaScriptMIT LicenseMIT

Angular 2 CleanAngular2

Description

This repository acts as a very simple Angular 2 Beta with which you can get started developing Angular 2 immediately. The branches of this repository are simple Angular2 Proyects

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/adrianblade/CleanAngular2.git

2: Install packages

npm install

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

npm start

CleanAngular2