How to build webapps
with TOOLS
Pasindu Perera
How to build
1. Create a boilerplate / structure
2. Add libraries/dependencies/assets
3. Code
4. Test
5. Deploy
Tools in showcase today
To install
● Node (http://nodejs.org/)
● Yoman (npm install -g yo)
● Grunt (npm install -g grunt-cli)
● Bower (npm install -g bower)
YO
● Scaffold the
application
o Configurations
o Adding new assets
YO
● Package
management
o Dependencies
o Possible conflicts
o Update packages
GRUNT
● Run Tasks
o Running the server
o Watch for changes
o Minification/Uglifica
tion
o Deployment
o Running tests
o Branding

Js meetup | Yeoman generators