nmehta6 / fatarrow

AngularJS Reference Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatarrow

License Version Build Status Dependency Status

An AngularJS large application Reference Architecture

Build large AngularJS applications with CoffeeScript - without the ceremony. By the way, you can write JavaScript too.

Table of Contents

Installing

Before running, you must install and configure the following one-time dependencies:

$ npm install -g gulp

Once the dependencies have been installed, enter the following in the terminal:

$ git clone git@github.com:CaryLandholt/fatarrow.git
$ cd fatarrow
$ npm install

Running

Enter the following in the terminal:

$ gulp

Scripting

Your choice of scripting languages.

  • LiveScript

Styling

Your choice of styling languages.

Templating

Your choice of templating engines.

Contributing

See CONTRIBUTING.md

Changelog

See CHANGELOG.md

License

See LICENSE

About

AngularJS Reference Architecture

License:MIT License


Languages

Language:HTML 79.8%Language:CoffeeScript 13.1%Language:JavaScript 5.0%Language:CSS 2.1%