jaesung2061 / anvel
Laravel. Angular. Integrated
Installs: 1 095
Dependents: 0
Suggesters: 0
Security: 0
Stars: 94
Watchers: 13
Forks: 25
Open Issues: 3
Type:project
Requires
- php: >=7.0.0
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2024-11-23 20:42:11 UTC
README
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