Add a start script

This commit is contained in:
omaroughriss 2025-07-02 15:39:32 +02:00
parent 1a87a4db14
commit 0dc3c83c3c

7
start-dev.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Démarrer nginx en arrière-plan
nginx
# Démarrer le serveur de développement Vite
npm run start