AudienseCo / haiku

The SocialBro styleguide

Home Page:https://haiku-styleguide.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandbox tooling made with express, sass, grunt and love.

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli

Quickstart

git clone git@github.com:socialbro/styleguide.git
npm install

While you're working on your project, run:

grunt server

And you're set!

Directory Structure

  • assets/: Assets files like svgs or png for sprites.
  • public/: Public assets, linked from views. Includes stylesheets and javascripts folders.
  • sass/: Sass assets.
  • views/: Html views flavored as nunjucks files. Include partials folder.
  • routes/: Add your routes here.
  • app.js: Express file.

Reference

About

The SocialBro styleguide

https://haiku-styleguide.herokuapp.com


Languages

Language:CSS 73.9%Language:HTML 24.1%Language:JavaScript 2.0%