Skip to main content

Tutorial to learn Node Package Manager (npm) and Grunt

This tutorial App should help you get started. It should help you learn

  1. What npm (node package manager) is, how to install it and how to use it
  2. Why the node modules (folder node_modules) don't get distributed, and how to always get them again within seconds
  3. What grunt is, how to install it and how to use it
  4. Using grunt to lint your JavaScript (find bugs and remove them)
  5. Using grunt to Annotate AngularJS JavaScript (make nice Angular-Code a bit more complex to prepare it for compression)
  6. Using grunt to compress JavaScript into a minified version

Watch the videos and have fun!