caryfuk / generator-salsa-ui-jade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generator salsa-ui-jade

Very simple yeoman generator to allow simple Jade/LESS mock-ups creation. It is a fork of generator-salsa-ui. It's just an experiment which hasn't been registered in npm so it can't be easily installed.

Getting Started

Install yeoman and generator-salsa-ui-jade:

npm install -g yo generator-salsa-ui-jade

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo salsa-ui app-name, passing app name:

yo salsa-ui-jade my-new-app-name

Usage

In the project template run:

gulp

Webserver starts on http://localhost:3000 and everything works with livereload out of the box (just have the plugin installed in your browser).

The template is easily deployable on heroku.

About


Languages

Language:JavaScript 80.6%Language:HTML 14.2%Language:CSS 5.2%