turbobeast / angular2-barebones

just enough to get started with angular2 typescript and webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-barebones

Getting Started

Clone the Repo and install depenedencies

git clone git@github.com:turbobeast/angular2-barebones.git
cd angular2-barebones
yarn install
typings install

Run Unit Tests

yarn global add karma-cli
npm test

Build

npm run build
# or
npm run build:prod

Aot

npm run build:aot

About

just enough to get started with angular2 typescript and webpack


Languages

Language:TypeScript 67.1%Language:JavaScript 30.2%Language:HTML 1.8%Language:Shell 0.8%