greelgorke / JavaScriptBasicsES2015

training slides and exercises for the JSBasics Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presenting the slides
=====================

If external markdown files are used (recommended for large presentations) the slides have
to be presented from a HTTP server. Two very easy solutions are:
- python -m SimpleHTTPServer OR
- npm install http-server ; ./node_modules/http-server/bin/http-server

About

training slides and exercises for the JSBasics Training


Languages

Language:JavaScript 49.9%Language:CSS 37.2%Language:HTML 12.9%