Skip to content

taquito/facturas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facturas

Facturas is an example application to teach people how to use Ember.js with ember-cli.

Follow my series Ember.js With Ruby on Rails.

Things you will learn:

  • Understanding Ember.js MVC and Ruby on Rails MVC.

  • Main Ember.js Concepts.

  • ember-cli

  • Testing you Ember.js Apps with QUnit.

  • Keep up to date with Ember Data and Ember.js.

  • Deploying Ember.js apps to S3 and serve from Rails.

Ember.js client

The Ember.js client lives in its own repo under facturas-client

Running the project

  • Start the rails server: rails s
  • Start ember-cli: cd client-repo && ember serve --proxy http://0.0.0.0:3000
  • Go to: http://localhost:4200

Licence MIT - 2014 - Adolfo Builes

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.7%
  • JavaScript 3.3%