Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 319 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 319 Bytes

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