This is the client side of facturas, built using ember-cli.
git clone
this repositorycd client
npm install
bower install
- Run the rails app server.
ember server --proxy http://0.0.0.0:3000
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build --environment production
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.