Grunt Quick Start for Linux Debian
Hi! The Tutorial shows you Step-by-Step How to Getting-Started with Grunt Javascript Task Runner on Debian GNU/Linux.
With Grunt you have less work to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes.
After you’ve configured it through a Gruntfile, a task runner can do most of that mundane work for you—and your team—with basically zero effort.
-
Open a Shell session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Getting-Started with Grunt CLI on Debian
-
Initial Grunt Project Configuration.
cd /[path/2/myProject]/
sudo npm init
You’ll be asked a series of questions about your project.
To Begin with this project you can leave everything at the default settings. -
Installing Grunt Locally.
sudo npm install grunt
-
Grunt Automation Tasks Quick Start Docs