generator-ullalaa

1.0.5 • Public • Published

generator-Ullalaa Build Status

Yeoman generator

Ullalaa is frontend web template that includes

  • PHP HTML5 boilerplate
  • .htaccess
  • Sass
  • Modernizr
  • jQuery
  • Gumby Toggles & Switches
  • Magic popup

Modules

  • Grunt
  • Bower
  • Compass
  • browser-sync
  • autoprefixer
  • clean
  • cssmin
  • uglify

Getting Started

$ npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-Ullalaa from npm, run:

$ npm install -g generator-ullalaa

Finally, initiate the generator:

$ yo ullalaa

Steps you need to do!!!

  1. Laounch MAMP and make virtual host to this (root) folder! ex: http://localhost
  2. start grunt server with command: $ grunt

Happy coding :)

Grunt commands

To start Grunt server (compass, browsersync) type:

$ grunt

To add bower component

$ bower install jQuery -—save

To remove bower component

$ bower uninstall jQuery -—save

To link added bower components to html (no need to do it, if you adding bower components like example before and you are in server mode)

$ grunt bowerInstall

To build production build

$ grunt build

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

License

MIT

Dependencies (4)

Dev Dependencies (2)

Package Sidebar

Install

npm i generator-ullalaa

Weekly Downloads

3

Version

1.0.5

License

MIT

Last publish

Collaborators

  • cherijs