Skip to content

gszabo/javascript-async-talk

Repository files navigation

JavaScript async talk

Made with reveal.js

Setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone this repository

  4. Navigate to the repository folder

  5. Install dependencies

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

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

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

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)

License

MIT licensed

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

About

Talk about async programming in JavaScript, made with RevealJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published