Just a quick startup project to work on angular4 with lumen
- Download the project and extract it somewhere.
- Create
.env
file - Run
composer install
to install our lumen framework. - Run
npm install
to install node packages (and angular) - Run
npm run build
to make the js files - Open web browser and run your webapp (
php artisan serve
or any other way you set up).
Inside the resources
directory.