Just a simple thing for highly optimized frontend-projects using Gulp & [Webpack 2](https://webpack.js.org/. JavaScript is written in TypeScript and CSS is written in SASS. The project includes normalize.css and css-post-processors (namely: autoprefixer, flexbugs-fixes and postcss-uncss). For images imagemin is included and svg-sprites are generated on the fly. For old IE svg4everybody is included.
-
clone git-repository
-
install dependencies
yarn install
-
run Gulp -> developing:
gulp serve
-> building:gulp build
you can also serve the optimized files via
gulp serve --production