This is a Laravel5 + Angular2 projects.
All angular acode is in the angular folder . This project is JIT project to dinamicly get html content from blade template (same as angular 1)
####First Please install composer
####Second Install Laravel
- composer install
- copy .env.example to .env
- php artisan key:generate
####Third You Must installed NodeJs
Install npm packed
npm install
And compile angular with webpack
npm run build-dev for DEVELOP or npm run build for PRODUCTION
##Enjoy