You need to install docker and follow next steps:
- Copy
.env.example
into.env
; - In
.env
file set values toGOOGLE_CLIENT_ID
,GOOGLE_CLIENT_SECRET
andWEATHER_API_KEY
(from openweathermap.org); - Add next records into your
hosts
file:127.0.0.1 laravel-weather-app.test
- Install docker containers
docker-compose up -d
; - Run the following commands:
docker-compose exec ws composer install php artisan key:generate php artisan migrate npm install npm run build