Laravel documentation https://laravel.com/docs/master
Install Composer: https://getcomposer.org/doc/00-intro.md
Install dependencies composer install
Copy and rename .env.example
to .env
Generate key php artisan key:generate
Run the server php artisan serve
Install latest node.js: https://nodejs.org
Install node modules by running terminal command npm install
Run the app & watch changes npm run watch
Or build production app npm run prod