How to Quick-Start With Grunt Automation Debian

August 30, 2015 | By the+gnu+linux+evangelist.

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.

How to Quick Start with Grunt Task Runner on Debian Linux - Featured
  1. Open a Shell session
    (Press “Enter” to Execute Commands)

    Grunt Automation Quick Start for Debian - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Getting-Started with Grunt CLI on Debian

    Grunt CLI Installation
  3. 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.

  4. Installing Grunt Locally.

    sudo npm install grunt
  5. Grunt Automation Tasks Quick Start Docs

    Grunt Automation Quick Start

QuickChic Theme • Powered by WordPress