btroncone / angular2-webpack-lite

Super lite boilerplate of Angular2 with Webpack and Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-webpack-lite

Super lite boilerplate of Angular2 with Webpack and Typescript.

About

Getting Started

Fork and Clone! Then cd into/your/directory

Install node modules npm install

Install Typings

npm install -g typings 

typings install

To run the dev server npm run server:dev

To build npm run build

Additional Documentation to come

About

Super lite boilerplate of Angular2 with Webpack and Typescript.

License:MIT License


Languages

Language:TypeScript 62.1%Language:JavaScript 30.6%Language:HTML 7.3%