/angular2-primeirocomponente

Estudo sobre angular 2

Primary LanguageJavaScriptMIT LicenseMIT

Primeiro componente

Description

Angular 2 starter project using TypeScript

Usage

You need to install npm and Typescript in your machine prior executing this project:

1: Clone repo

git clone https://github.com/marianofilho/angular2-primeirocomponente.git

2: Install packages

npm install

3: Start server (includes auto refreshing)

npm start