Skip to content

quarter-spiral/docs-app

Repository files navigation

Angular::Seed.rb

Angular Seed makes starting with an AngularJS app a little easier. It brings you the angular-seed app but mixes in all the latest CoffeeScript and Sass Magic. It also adds Twitter's Bootstrap framework to make shit look good.

Installation

  1. Download the latest release here and extract it
  2. cd into the extracted folder
  3. Make sure you run on Ruby 1.9.3 (better install RVM)
  4. Bundle with: bundle install

Usage

Just run the project with any application server capable of running Rack applications. E.g. with:

bundle exec rackup

and you can find your templates/index.html just running at the app server's root (http://localhost:9292/ in the example above).

Testing

Agnular::Seed.rb comes with a Poltergeist powered Capybara that allows you to easily spec out your Angular app in a headless browser. See the example spec for a quick hint on how to test with Angular::Seed.

About

This is where all developer facing docs live

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages