- composer install.
- copy .env.example to .env.
- .env change all defined values for your local usage.
- php artisan key:generate
- php artisan migrate
- npm install
- run laravel application by this command "php artisan serve"
- run npm by this command: "npm run dev"
- check application here http://localhost:8000/
** Note: For your local machine maybe application will run instead of 8000 with different port, please use it.