- Assure-toi d’avoir un Node récent installé (idéalement 8+)
- Pour Windows et Mac, hors nvm : les installeurs officiels
- Pour Linux, hors nvm : les dépôts NodeSource
- Avec nvm :
nvm install 8 && nvm use 8
(voirenvm alias default 8
)
- Mets à jour ton
npm
:npm install -g npm
(si besoin ensudo
) - Assure-toi d’avoir un Git récent, ça sera utile ici…
- Pour Windows, hors Linux Subsystem : l’installeur officiel
- Pour Linux (Debian/Ubuntu/Mint ou Windows Linux Subsystem) : le PPA qui va bien
- Pour Mac, hors Homebrew : l’installeur officiel
- Pour Mac, avec Homebrew :
brew update
puisbrew install git
(oubrew upgrade git
)
- Clone ce dépôt depuis un dossier de ton choix, genre ton bureau :
git clone https://github.com/deliciousinsights/pw2017-webpack
- Procède à une première installation :
cd pw2017-webpack
npm install
Tu es prêt·e !