Simple project showing how Laravel works with Vue.js.React.
Clone the repository with git clone
Copy .env.example file to .env and edit database credentials there
Run composer install
Run php artisan key:generate
Run php artisan migrate
Run npm install Or yarn install
Run npm run dev Or npm run watch (to rebuild whenever changes are made to one of resources files)
In a separated terminal run php artisan serve
That's it - you can load the homepage at localhost:8000