/async-programming-presentation

Presentation on Introduction to Asynchronous Programming for DevNexus 2015

Primary LanguageJavaScriptMIT LicenseMIT

This presentation covers the basics of Asynchronous Programming in Javascript and Android. #devnexus2015

If you want some good reading, look at my research/notes file.

It's built on reveal.js. To launch the presentation, run the instructions below

Setup

  1. Install Node.js

  2. Install Grunt

  3. Navigate to the main folder

    $ cd reveal.js
  4. Install dependencies

    $ npm install
  5. Serve the presentation and monitor source files for changes

    $ grunt serve
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

Reveal.js License

MIT licensed

Copyright (C) 2015 Hakim El Hattab, http://hakim.se