This fork is specifically to show an example of using the angular-webpack-plugin. The code is unchanged.
See the original for more information on the project itself.
To get you started you can simply clone the angular-seed repository and install the dependencies:
You need git to clone the angular-seed repository. You can get it from http://git-scm.com/.
We also use a number of node.js tools to initialize and test angular-seed. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
Clone the angular-seed repository using [git][git]:
git clone https://github.com/stackfull/angular-seed.git
cd angular-seed
npm install
npm start
Now browse to the app at http://localhost:8000/app/index-webpack.html
.