Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 575 Bytes

Facturas Client.

This is the client side of facturas, built using ember-cli.

Installation

  • git clone this repository
  • cd client
  • npm install
  • bower install

Running

  • Run the rails app server.
  • ember server --proxy http://0.0.0.0:3000
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build --environment production

For more information on using ember-cli, visit http://iamstef.net/ember-cli/.