/requirejs-speech-amatiasq

Slides for my speech about RequireJS at Betabeers

Primary LanguageHTML

Modularize your code with RequireJS

April 2014, Betabeers Barcelona presentation slides & notes

Published at amatiasq.com/requirejs-speech-amatiasq

Made with Bespoke.js presentation engine and following plugins: history, keys, notes, progress, scale, substeps, sync, touch

To install & view presentation locally

$ npm install
$ npm start

By default slideshow would be served at port 8000. You can customize it and few other settings by providing env.json configuration file in main folder, following settings are supported:

  • dev: (default: false), if true client file will be generated dynamically on each request (any changes made to client modules will be visible after page reload)
  • port: (default: 8000), port at which slideshow would be served
  • sync: (default: false), whether to sync slideshow among different browsers or tabs
  • root: (default: "/") root url path of presentation