How to use a bower
1. bower?
- Bower can manage components that contain HTML, CSS, JavaScript, fonts etc
2. Install
3. Install Packages
- AngularJs -> bower install angularJs
4. Save Packages
- Create a bower.json file for my package
- Using below the code will add to my project's bower.jso <dependencies> array
- Using below the code will add to my project's bower.jso <devDependencies> array
5. To use