/teaching-jxs-draw-es6

Ecmascript 6 + HTML 5

Primary LanguageCSS

Mise en place du TP

Installation de NodeJs et NPM

Via NVM

https://github.com/creationix/nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

nvm install node

Installation directe

https://nodejs.org/en/

Gulp

npm install -g gulp-cli

Dépendances du projet

npm install

Développement

Première compilation : gulp build

Lancement du serveur en mode live-reload : gulp