Features
Clone this repository
git clone git@github.com:andriichuk/laravel-vue-js-starter-kit.gitUp Docker containers for the first time
composer install
./vendor/bin/sail upInstall composer dependencies in the next time
./vendor/bin/sail composer installFill in environment variables
cp .env.example .envInstall and run npm watch task
./vendor/bin/sail npm install && npm run watchUpdate hosts file
127.0.0.1 laravel.test
Open laravel.test in the browser