/es-nextgen

Building websites with next generation JavaScript, an introduction to how to code websites using ES6 and ES7 using transpilers

Primary LanguageHTMLMIT LicenseMIT

jsintro

An introduction to JavaScript, to be held at Ifi October 14th, 2014.

The presentation is available here.

View presentation

If you want to view the presentation on your own computer, clone this repository and run grunt server. It should now be served on port 8282.

Make it your own

As a setup to build your own presentation from the source files, ensure that you've installed node.js, Bower, Compass, Pandoc and Grunt. Then run the following commands:

npm install
bower install
gem install sassy-buttons
grunt

Once you've done this, you can ease the build process by running grunt watch. This builds all necessary files every time you save a required file.