0.1.0 • Published 9 years ago

generator-salsa-ui v0.1.0

Weekly downloads
4
License
-
Repository
-
Last release
9 years ago

Generator salsa-ui

Very simple yeoman generator to allow simple HTML/LESS mock-ups creation.

Getting Started

Install yeoman and generator-salsa-ui:

npm install -g yo generator-salsa-ui

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

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

yo salsa my-new-app-name

Usage

In the project template run following commands

npm install
bower install
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.

0.1.0

9 years ago