Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaesung2061/anvel-base
- Owner: jaesung2061
- Created: 2015-06-08T20:34:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T22:49:22.000Z (over 8 years ago)
- Last Synced: 2024-10-04T13:40:01.382Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 464 KB
- Stars: 17
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`