Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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