Getting-Started with Grunt on Debian Linux
The Tutorial shows you How to Install and Getting-Started with Grunt Js CLI on Debian Squeeze-6/Wheezy-7/Jessie-8 GNU/Linux Desktop/Server.
Grunt is The JavaScript Task Runner that Simplify the work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc.
-
Open a Shell session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Install the Latest Node.js and Npm on Debian
-
Installing the Grunt CLI by Npm:
npm install -g grunt-cli
-
Getting-Started with Grunt js First, Steps