Skip to content

rossfinn1/anvel-base-1

 
 

Repository files navigation

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

About

Preconfigured AngularJs/Laravel framework seed

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.0%
  • JavaScript 6.8%
  • HTML 2.0%
  • Other 1.2%