Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 884 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 884 Bytes

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.

Installation

Designed to make your life easy. Check out the official docs.

Prerequisites

  1. Composer
  2. NodeJs

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