Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 353 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 353 Bytes

Configured Laravel and Angular 2 starter kit

Integrated with angular-cli. Uses Angular Material

Installation

npm i -g @angular/cli
composer create-project jaesung2061/anvel
cd anvel
npm install
ng build
php artisan serve

Go to http://localhost:8000