Exploring our workflowCreating your first Grunt task
// dans le dossier du projet
npm init
{
  "name": "web-workflow",
  "version": "0.0.1",
  "description": "a project template",
  "author": "author name",
  "license": "MIT",
}
sudo npm install -g grunt-cli
grunt-cli --version