Show file - home page - Link to file pages
PierRapt authored
d10291a3

FERIT - Advanced Web Programming - Project

Start the server :

Start Laravel's local development server in a terminal:

cd youfiles
 
php artisan serve

In a new terminal, start the Vite development server:

cd youfiles
 
npm run dev

And then your server is running properly!