-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend
Benoît edited this page Jan 15, 2018
·
2 revisions
sudo apt-get install nodejs npm
sudo npm install -g grunt-cli
Yarn is the tool that manages front end dependencies. Yarn must be installed:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
e-media wiki