Grunt Quick Start for Linux Ubuntu
Hi! The Tutorial shows you Step-by-Step How to Getting-Started with Grunt Javascript Task Runner on Ubuntu 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.
![How to Quick Start with Grunt Task Runner on Ubuntu - Featured](https://tutorialforlinux.com/wp-content/media/dg139/intro/gnomePenguinBallGrunt.jpg)
Open a Shell session
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Getting-Started with Grunt CLI on Ubuntu
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