Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 881 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 881 Bytes

Style Standards

A presentation on Standards. More specifically focused on that part of code bases which contain the lovely language of CSS.

The talk is generic enough to be considered as a call for Standards from personal projects to those of companies. I appreciate comments and hope to fine tune the presentation to a point where it can be applicable for many years.

About

I've used Bespoke.js to do the magic, 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