Clone the repository:
git clone https://github.com/lucaros97/inertia-laravel-vue-boilerplate.git
cd inertia-laravel-vue-boilerplate
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