blakelapierre / base-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base-angular

Now integrated with AngularProject!

An advanced, base Angular.js project supporting ECMAScript 6/7, LESS, modularized Angular development, and comes with an out-of-the-box full-featured Gulp.js build and development pipeline.

Tuned for rapid web application development and deployment.


Install
git clone https://github.com/blakelapierre/base-angular
cd base-angular/frontend
npm install
Development

During development use the dev task to launch a browser window pre-wired to live reload instantly when you modify the source (HTML/LESS/JS).

gulp dev

Build

Produce a concatenated, minified, distributable directory.

gulp build

The output is placed in frontend/.dist.


Pull Requests, Issues, and all other Contributions are welcome and encouraged. The goal of this project is to be a base to facilitate the rapid development of websites, either for personal projects, or for widespread distribution.

About

License:Other


Languages

Language:JavaScript 65.0%Language:HTML 26.8%Language:CSS 8.2%