Skip to content

Examples for lecture "Grundlagen der Webentwicklung" at University of Augsburg

License

Notifications You must be signed in to change notification settings

makandra/webdev101

Repository files navigation

Web development 101

To start the slides, open index.html

Slides are also deployed at http://webdev101.makandra.de

Code examples are in examples.

One-line web server to serve the presentation and all examples:

ruby -run -ehttpd . -p8000

Making changes to the repo

Install Ruby and Bundler.

To install gem dependencies, run bundle install in the project root.

Edit slides in source/index.haml.

You can start guard using bundle exec guard. It will compile source/index.haml to index.html whenever you change it the Haml code. You may also press Return in the guard terminal to compile now.

About

Examples for lecture "Grundlagen der Webentwicklung" at University of Augsburg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published