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.
2 space indentation
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