Skip to content

Installing and running Grunt

Arnaud Broes edited this page Oct 17, 2019 · 6 revisions

In order to install and run Grunt, two dependencies have to be installed:

Once that's done, run the npm install and composer install commands in the terminal. If all goes well, a bunch of packages will be installed. You'll need to make sure that Composer is added to your path.

To run Grunt, enter grunt default into the terminal.