zoldello / Angular2-Quick-Start-Practice

Practicing Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2-Quick-Start-Practice

Practicing Angular 2, based on: https://angular.io/docs/ts/latest/quickstart.html

This is a practice-app.

To install depdendencies, run these to command:

npm install

npm run typings install

To start the lite-server referenced to in package.json, run this:

npm start

About

Practicing Angular 2

License:MIT License


Languages

Language:JavaScript 52.6%Language:HTML 28.9%Language:TypeScript 9.5%Language:CSS 9.1%