angular2-webpack2-seed

angular2 webpack2 with tree-shaking and precompiler??

MIT License

Stars
9

angular2-webpack2-seed

A simple starter project demonstrating the basic concepts of Angular 2 with Webpack 2.

This branch uses Webpack 2.

Usage

  • Clone or fork this repository
  • Make sure you have node.js installed
  • run npm install -g webpack webpack-dev-server typings typescript ts-node to install global dependencies
  • run npm install to install dependencies
  • run npm run start:prod && npm run server:prod to fire up dev server
  • open browser to http://localhost:8080