A production ready Angular 2, TypeScript, Webpack, and SASS starter app without the complexity.
# clone the repo
git clone --depth 1 https://github.com/seansean11/ng2-webpack.git
# install the repo with npm
npm install
# start the dev server
npm start
# run unit tests
npm test
# run e2e tests
npm run e2e
# build for deveolopment or production environment
npm run build