git clone git@github.com:tuto1902/laravel-datatable-start.git
cd laravel-datatable-start
composer install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate --seed
npm install && npm run build
php artisan serve