VU Einführung in Visual Computing Fragenkatalog Trainer
News/Infos: http://szuuuken.github.io/evc/
Fragen-Trainer: http://szuuuken.github.io/evc/trainer.html Fragenliste: http://szuuuken.github.io/evc/liste.html
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
- run
gulp
to start the default task. This task will:- build the app
- watch all files for changes and rebuild it
- start a lightweight webserver to view the app and refresh the browser if you change the files
- or run
gulp build
to build the app once