Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaesung2061/anvel
Angular 2 Laravel Starter Kit
https://github.com/jaesung2061/anvel
angular angular-cli angular2 javascript laravel php webpack
Last synced: 25 days ago
JSON representation
Angular 2 Laravel Starter Kit
- Host: GitHub
- URL: https://github.com/jaesung2061/anvel
- Owner: jaesung2061
- Created: 2016-05-23T04:55:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T06:59:41.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T00:22:12.950Z (about 1 month ago)
- Topics: angular, angular-cli, angular2, javascript, laravel, php, webpack
- Language: PHP
- Homepage:
- Size: 51.3 MB
- Stars: 94
- Watchers: 13
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Configured Laravel and Angular 2 starter kit
Integrated with [angular-cli](https://github.com/angular/angular-cli). Uses [Angular Material](https://github.com/angular/material2)
## Installation
```$xslt
npm i -g @angular/cli
composer create-project jaesung2061/anvel
cd anvel
npm install
ng build
php artisan serve
```Go to http://localhost:8000