Ceci est un projet npm très simple qui montre ce qu'on peut faire avec JS et le DOM.
Il faut Node.js.
Le projet est cross-platform (fonctionne sur n'importe quel OS du moment qu'il y a Node.js).
Cf. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
git clone https://github.com/what-the-fabrik/initiation-js-dom-live
cd initiation-js-dom
Si Node.js (et npm, qui va avec) est installé, il est possible d'utiliser degit
:
À faire une seule fois.
npm i -g degit
degit what-the-fabrik/initiation-js-dom-live
cd initiation-js-dom
Exécuter la commande suivante :
npm run dev
Made with love by yours truly (Stan Ormières)