Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaesung2061/anvel-base

Abandoned. See the new Angular 2/Lumen starter kit: https://github.com/jaesung2061/anvel
https://github.com/jaesung2061/anvel-base

Last synced: 2 months ago
JSON representation

Abandoned. See the new Angular 2/Lumen starter kit: https://github.com/jaesung2061/anvel

Awesome Lists containing this project

README

        

# Repository is no longer supported

If you would like to try out my new Angular 2/Lumen starter git, feel free to
check it out at [here](https://github.com/jaesung2061/anvel).

# Installation

Designed to make your life easy. Check out the [official docs](http://anvel.io).

### Prerequisites

1. [Composer](//getcomposer.org)
2. [NodeJs](//nodejs.org)

### Installation through Composer (recommended)

Run these commands at the terminal:

```
composer create-project anvel/anvel-base your-project
npm install -g bower gulp
cd your-project
npm install --no-bin-links
bower install
gulp setup
php artisan serve
```

Go to http://localhost:8000. Before working on your AngularJs/SCSS
files, you must run command `gulp`.

## Your working directories

- Your AngularJs files are located in `/angular`
- Your scss files are located in `/style`
- Your views are located in `/public/views`