Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 523 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 523 Bytes

Teach CSS to talk like a Designer

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