/javascript-tricks

JavaScript Tricks Presentation

Primary LanguageHTMLMIT LicenseMIT

JavaScript Tricks Presentation

These are the notes for a presentation given by Jeff Shamley (@jshamley) for the Northern Colorado JavaScript Meetup

The slide deck uses reveal.js. To run locally you need to serve up the content with a local http server, so something like the following should work:

 $ git clone https://github.com/jshamley/javascript-tricks
 $ cd javascript-tricks
 $ npm install
 $ npm start
 Available on: http://127.0.0.1:8001
 Available on: http://192.168.0.146:8001
 Hit CTRL-C to stop the server