logicaroma / angularify

browesrify boilerplate to build angularjs applications with ES6

Home Page:http://www.ayyash.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angularify

Angular Browserify Way

Is a boilerplate for developing, testing and deploying AngularJS applications with ES6 (ECMAScript 6) using Browserify bundler.

Technologies:

Getting Started

$ git clone https://github.com/yabasha/angularify.git
$ cd angularify
$ npm install

You need Gulp installed globally:

$ npm i -g gulp

Run

Development Server

$ gulp dev

Build the project

$ gulp production

Deploy

If you want to deploy your app under subfolder, don't forget to configure <base href="/subfolder/"> or leave it <base href="/"> if you want to install it under the root folder.


###Documentation


Version

1.0.0

###License MIT

###TODO

  • Change sources (js, css, images) urls to cdn urls

About

browesrify boilerplate to build angularjs applications with ES6

http://www.ayyash.info

License:MIT License


Languages

Language:JavaScript 64.2%Language:HTML 22.5%Language:CSS 13.4%