/angular2-webpack-lite

Super lite boilerplate of Angular2 with Webpack and Typescript.

Primary LanguageTypeScriptMIT LicenseMIT

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