Minimal starter Angular 4 + Webpack 2 + Sass + Bootstrap based on Angular documentation and many others tricks&tips found in Github and StackOverflow.
First running:
npm install
npm -start
All webpack config files are based on Angular documentation. I added configurations to process .scss files, bootstrap deps and import them in AppComponent.
I skipped some dependencies like test frameworks or tslint. The main cause of this is that I was looking for minimal starter for Angular 4 with some CSS framework included (as example) and I couldn't find anything like this.