Clone this repository:
git clone https://github.com/fbrisola/laravue-starter.git [yourprojectname]
Install Laravel and Node dependencies:
cd [yourprojectname]
composer install
npm install
Generate Key and run migrations:
php artisan key:generate
php artisan migrate
Build your frontend package:
npm run watch
Start the PHP built-in server:
php artisan serve