angular2-webpack-lite icon indicating copy to clipboard operation
angular2-webpack-lite copied to clipboard

Super lite boilerplate of Angular2 with Webpack and Typescript.

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