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.