Skip to content

Belchenkov/laravello

Repository files navigation

Laravello

Build Clone Trello with Laravel+Vue.js+GraphQL+Tailwind CSS

screenshot

Get Start:

git clone

composer install

npm install

Rename or copy .env.example file to .env

php artisan key:generate

docker-compose up --build -d

or

php artisan serve