A inertiajs laravel+vue3 web application
Clone repo locally
git clone https://github.com/ValentynIpolitov/decor-haus.git
cd decor-hause
Install PHP Dependencies
composer install
Install NPM Dependencies
npm install
Build assets
npm run dev
Setup Configuration
cp .env.example .env
Generate application key
php artisan key:generate
Run Database migrations with seeds
php artisan migrate --seed
Run artisan virtual server
php artisan serve
To set up project permissins - follow link: https://stackoverflow.com/questions/30639174/how-to-set-up-file-permissions-for-laravel