Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 376 Bytes

File metadata and controls

27 lines (17 loc) · 376 Bytes

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