npm install
npm run dev
npm run build
npm run start
creer #une branch pour chaque fonctionnalité
git checkout -b dev/feature/mon-fonctionnalite
git add .
git commit -m "ajout de la fonctionnalité mon-fonctionnalite"
git push origin dev/feature/mon-fonctionnalite
open http://localhost:3000