Giter Site home page Giter Site logo

angularfun's Introduction

Angular Fun

By Cary Landholt

About

  • This is an attempt to play with the features of AngularJS using a structure to support large client-side applications, leverage the goodness of RequireJS, CoffeeScript, LESS, Grunt and Jasmine.
  • Demonstrates controllers, services, directives, filters, and partials
  • Uses the RequireJS text plugin to include directive partials in the minified output to reduce server requests
  • Uses Jasmine to run unit tests
  • Uses Grunt to put it all together

Prerequisites

  • Must have Git installed
  • Must have node.js (at least v0.8.1) installed with npm (Node Package Manager)
  • Must have CoffeeScript node package installed globally. npm install -g coffee-script
  • You can skip this step if you wish to run Grunt local to the project - Install the following Node.js modules via the terminal. This is a one-time task as the -g switch will install the modules globally. npm install -g grunt

Install Angular Fun

Enter the following commands in the terminal.

  • git clone git://github.com/CaryLandholt/AngularFun.git
  • cd AngularFun
  • npm install
  • grunt or "./node_modules/.bin/grunt" to run it local to the project

You are now ready to run the app. However, if you wish to run the app with optimizations (minification, etc.) turned on, enter the following command in the terminal. grunt prod This will create one JavaScript file and one CSS file to demonstrate the power of r.js, the build optimization tool for RequireJS.

Run It

  • Navigate to the root of the project
  • grunt server

Making Changes

  • grunt dev will watch for any CoffeeScript (.coffee), Less (.less), or .template file changes. When changes are detected, the files will be linted, compiled, and ready for you to refresh the browser.

Running Tests

  • Open /test/runner.html to run the unit tests using Jasmine.

To-Do

  • Add many more unit tests :(
  • Add more documentation :(
  • Screencasts :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.