Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 645 Bytes

Uploader-client

This README outlines the details of collaborating on this Ember application.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • run the rails api from the server directory
  • ./node_modules/ember-cli/bin/ember serve --proxy http://localhost:3000/
  • Visit your app at http://localhost:4200.

Running Tests

  • ./node_modules/ember-cli/bin/ember test
  • ./node_modules/ember-cli/bin/ember test --server

Building

  • ./node_modules/ember-cli/bin/ember build

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