Tutorial to learn Node Package Manager (npm) and Grunt
This tutorial App should help you get started. It should help you learn
- What npm (node package manager) is, how to install it and how to use it
- Why the node modules (folder node_modules) don't get distributed, and how to always get them again within seconds
- What grunt is, how to install it and how to use it
- Using grunt to lint your JavaScript (find bugs and remove them)
- Using grunt to Annotate AngularJS JavaScript (make nice Angular-Code a bit more complex to prepare it for compression)
- Using grunt to compress JavaScript into a minified version
Watch the videos and have fun!