A simple Angular 2 seed that has a directory structure ready for integration with other platforms like NativeScript. This is primarily provided to demo the integration with nativescript-ng2-magic.
This is based on angular2-webpack.
# clone our repo
$ git clone https://github.com/NathanWalker/angular2-webpack-seed.git
# change directory to your app
$ cd angular2-webpack-seed
# install the dependencies with npm
$ npm install
# start the server
$ npm startgo to http://localhost:8080 in your browser.