Vuebnb: Full-Stack Vue.js and Laravel App.
Vuebnb, a simple clone of Airbnb.
These instructions will get you a copy of the project up and running on your local machine for development.
Clone the repository
git clone https://github.com/vcjpierre/fullstack-laravel-vuejs.git
cd fullstack-laravel-vuejs
Install all dependencies
composer install
npm install
Create your DB and put your environments variables in the file .env
Then run migrations and seeders
php artisan migrate
php artisan db:seed