generator-ullalaa
v1.0.5
Published
Front-end web html5 boilerplate php template
Downloads
183
Maintainers
Readme
generator-Ullalaa 
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 yoYeoman 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-ullalaaFinally, initiate the generator:
$ yo ullalaaSteps you need to do!!!
- Laounch MAMP and make virtual host to this (root) folder! ex: http://localhost
- start grunt server with command: $ grunt
Happy coding :)
Grunt commands
To start Grunt server (compass, browsersync) type:
$ gruntTo add bower component
$ bower install jQuery -—saveTo remove bower component
$ bower uninstall jQuery -—saveTo 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 bowerInstallTo build production build
$ grunt buildGetting 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
