Skip to content

tonimitrevski/Laravel-5-and-Angular-AOT

Repository files navigation

Laravel 5.4 + Angular AOT (Ahead Of Time) with Webpack

alt tag

This is a Laravel 5 and Angular projects.

Code


All angular code is in the resource/assets/angular

Starting the application


  1. Install laravel application
  • composer install
  • copy .env.example to .env
  • php artisan key:generate
  1. Install npm packed
  • npm install
  1. For compile angular user
  • for develop (npm run dev)
  • for production (npm run production)

Example

  1. Renderer2
  • url(renderer2)

Watch DEMO

####enjoy!

Credits

This project was inspired by the following projects.

Angular 2 AOT (Ahead Of Time)

About

This is a Laravel 5 + Angular projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published