/angular2-barebones

just enough to get started with angular2 typescript and webpack

Primary LanguageTypeScript

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