middleman/middleman-core/fixtures/ember-cli-app/test-app/README.md
2014-07-22 18:38:57 -07:00

26 lines
444 B
Markdown

# Test-app
This README outlines the details of collaborating on this Ember application.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://iamstef.net/ember-cli/](http://iamstef.net/ember-cli/).