composer install
npm install
Create .env
file (can be based on .env.example
php artisan key:generate
npm run dev
npm run watch
php artisan serve
'template': require('./app.component.html'),
'styles': [`${require('./app.component.scss')}`]
8000