Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 705 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 705 Bytes

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