You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Server
cd ~/MyOffice/client
cd server
vagrant up
vagrant ssh
php artisan serve
## Client
cd ~/MyOffice/client
npm install
npm run serve
Open http://localhost:8080 in the Browser