Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 673 Bytes

readme.md

File metadata and controls

38 lines (21 loc) · 673 Bytes

Laravel 5 + Angular 2 JIT (Just In Time) with Webpack

alt tag

This is a Laravel5 + Angular2 projects.

Code

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)

Starting the application

####First Please install composer

https://getcomposer.org/

####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