-
Notifications
You must be signed in to change notification settings - Fork 159
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. Otherwise you'll want to make sure you've correctly installed Composer and added it to your path.
To run Grunt, enter grunt default
into the terminal.