Installation Create database and DBMS user Copy and configure file .env: cp .env.example .env Install dependencies: composer install npm install Starting Build frontend: npm run dev Start backend: php artisan serve Open in browser By default, project address is: http://localhost:8000.