- 30 Minuten Präsentation / 60 Minuten Workshop
- Workshop-Bereiche timeboxen
- Vorstellung Speaker & AKRA
- Frage: Wer von euch hat schon mal eine Website programmiert oder war am Erschaffen einer Website beteiligt?
- Was ist ueberhaupt Prototyping?
- Wie machen das andere Branchen? (Auto, Mode, ...)
- Arten von Prototyping
- Vorstellung fehlgeschlagene Prototypen
- -- Workshop --
- potentielle naechste Schritte nach dem Prototyping
- Businesslogik entwickeln
- Design entwickeln
-
Mode-Bumps-App
- Einzelseite
- Startseite
-
Beispiel Grundseite Prototypen
- Elemente vorbereiten
- Diskussionsstränge vorbereiten, damit diskutieren
-
Danach Teilnehmer in Gruppen aufteilen
- jede Gruppe bekommt einen zu prototypenden Bereich
- Entwickelte Prototypen vorstellen
- auf einen oder zwei Vorstellen
Some reveal.js features, like external markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
Install Node.js
Install Grunt
Navigate to the smwhh14 folder
$ cd smwhh14
Install dependencies
$ npm install
Serve the presentation and monitor source files for changes
$ grunt serve
Open http://localhost:8000 to view your presentation
You can change the port by using grunt serve --port 8001
.