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