generator-salsa-ui

Salsita's generator for UI prototyping

Usage no npm install needed!

<script type="module">
  import generatorSalsaUi from 'https://cdn.skypack.dev/generator-salsa-ui';
</script>

README

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.