Download work!
PierRapt authored
2df9d85b
Name Last commit Last update
youfiles Download work!
README.md Readme + todo + laravel + vite
TODO.md Download work!

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!