tinydesk / quickstart-angular2

An angular 2 quickstart template with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Quickstart

Based on https://angular.io/docs/ts/latest/guide/webpack.html

Get started

git clone  --depth 1 https://github.com/tinydesk/quickstart-angular2.git

Run the development server:

npm start

Run the unit tests:

npm test

Run the production build:

npm run build

About

An angular 2 quickstart template with webpack


Languages

Language:JavaScript 70.5%Language:TypeScript 22.6%Language:HTML 4.6%Language:CSS 2.3%