/distro-requirejs-talk

Brief demo & talk about using require.js in distro

Primary LanguageCSSMIT LicenseMIT

Using Require.js in Dennis Distro

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