Carsales Network Styleguide

Carsales Network Styleguide

Build Status Dependency Status

Brought to you by Club FED

There is a bottleneck between developers and user interface designers. Developers want to build user interfaces with minimum of fuss, but in accordance with the mockups produced by designers. Designers need to compose user interfaces with consistency. Hence, the Styleguide.

Coding Guide

2 space indentation

Setting up from scratch

If you havn't used grunt before, install the cli globally - npm install grunt-cli -g

Initialise the packge.json - npm init

Install grunt to local directory - npm install grunt --save-dev

Install packages you nees - npm install grunt-contrib-less --save-dev - npm install grunt-contrib-watch --save-dev

Add Node modules to git ignore - git ignore node_modules