0.0.5 • Published 10 years ago

base-angular v0.0.5

Weekly downloads
20
License
-
Repository
github
Last release
10 years ago

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.

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago