META+Lab Summer Immersive Project
cd forum
# install dependencies
composer install
# migrate tables
php artisan migrate
# seed tables
php artisan db:seed
# start server
php artisan serve
cd forum-vue
# install dependencies
npm install
# run project
npm start
open:
http://localhost:8080/
For a detailed explanation on how things work, check out the guide and docs for vue-loader.