Benjamin Joham und Viktoria Maurer
This project was part of the bachelor in MultiMediaTechnology at the university of applied sciences.
npm start
starts a local server. If you change any of the files insrc/
, the browser will reflect the changes automatically ("autorefresh", "autoreload").npm run build
builds a production bundle indist/
- uses sass (supporting the scss-syntax), minifies and auto-prefixes your css for production
- auto-prefixing depending on your choice of browsers you want to support in
.browserslist.rc
- uses hashes for the js/css-filenames to prevent caching problems
- autorefreshes browsers (autoreloads)
- concatenates and minifies your js-files using webpack's intelligent dependency graph
- ES6 support via babel out of the box
- creates all the files needed for production in the build directory
- minifies images (jpg, png, jpg, svg)
- includes various icon references for touch devices