Create .env file renaming the env.example file to .env
Change the following lines in.env configuration file:
DB_CONNECTION=sqlite
DB_DATABASE=database.sqlite
Install sqlite in your computer.
npm install
composer install
composer update
php artisan key:generate
php artisan migrate --seed
npm run prod
php artisan serve