CJUG Meeting Introduction Template

This template uses Reveal.js to construct a meeting intro for the Chicago Java Users Group.

Creating an intro

We can use the git flow model to create feature branches and releases for each meeting.

This allows us to change only the parts that vary between meetings and leave everything else in place.

Showing the intro

Execute the following command from shell:

python -m SimpleHTTPServer

or

python -m http.server 8000

if you are using python 3 or up.

Then point your browser at http://localhost:8000