/webrtc-talk-sydjs-april16

My WebRTC talk for SydJS 20/4/2016

Primary LanguageHTML

Building a WebRTC App

A Bespoke.js presentation, built with generator-bespoke

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve