generator-ullasoc
v0.0.7
Published
Scaffold out a front-end web with social login
Downloads
3
Maintainers
Readme
generator-Ullasoc
Yeoman generator
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-Ullasoc from npm, run:
$ npm install -g generator-ullasoc
Finally, initiate the generator:
$ yo ullasoc
Steps 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:
$ 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