yeoman generator for css creation
For step-by-step instructions on using Yeoman and this generator this tutorial.
Install yo
, gulp
, generator-design-css
:
npm install -g gulp yo generator-design-css
Make a new directory, and cd
into it:
mkdir my-new-project && cd $_
Run:
yo design-css
Run gulp
for building and gulp serve
for preview
Available generators:
- design-css (aka design-css:app)