Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 478 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 478 Bytes

Formation développeur web

📎 Projet 5 : Kanap

Technologies :

  • HTML
  • CSS
  • JS

Tester le projet :

git clone https://github.com/AdnanElg/Kanap-projet-5.git

Installation :

Node et npm doivent être installés localement sur votre machine.
Installez toutes les dépendances avec npm.

Ouvrez le répertoire back depuis le terminal, puis :

npm install

Pour lancer le server :

node server ou npm start