sylvaindd / teaching-jxs-draw-es6

Ecmascript 6 + HTML 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.31.0/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

About

Ecmascript 6 + HTML 5


Languages

Language:JavaScript 65.1%Language:CSS 21.4%Language:HTML 13.5%