Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 563 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 563 Bytes

Lumen Angular4 Quickstart

Just a quick startup project to work on angular4 with lumen

Installation

  • 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).

Where are the angular source files?

Inside the resources directory.

License

MIT license