/talk-moscowjs-browserify

Slides for my talk on Browserify at MoscowJS (in russian)

Primary LanguageJavaScript

Browserify

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. Grunt: $ npm install -g grunt-cli

Then, install dependencies and run the preview server:

$ npm install && bower install
$ grunt server