Skip to content

Instantly share code, notes, and snippets.

@robinpokorny
Created February 24, 2013 10:28
Show Gist options
  • Save robinpokorny/5023345 to your computer and use it in GitHub Desktop.
Save robinpokorny/5023345 to your computer and use it in GitHub Desktop.
# Create a folder
# Yeoman will use its name as your project's name
mkdir myapp && cd myapp
# Install the generator
npm install generator-lessapp
# Run Yeoman and follow the instructions
yo lessapp
# Install dependencies
npm install && bower install
# Develop the next big thing
vim app/index.html
vim app/styles/main.less
# Preview
grunt server
# Build and ship
grunt build