equal
deleted
inserted
replaced
|
1 # App-client |
|
2 |
|
3 This README outlines the details of collaborating on this Ember application. |
|
4 A short introduction of this app could easily go here. |
|
5 |
|
6 ## Prerequisites |
|
7 |
|
8 You will need the following things properly installed on your computer. |
|
9 |
|
10 * [Git](http://git-scm.com/) |
|
11 * [Node.js](http://nodejs.org/) (with NPM) |
|
12 * [Bower](http://bower.io/) |
|
13 * [Ember CLI](http://www.ember-cli.com/) |
|
14 * [PhantomJS](http://phantomjs.org/) |
|
15 |
|
16 ## Installation |
|
17 |
|
18 * `git clone <repository-url>` this repository |
|
19 * change into the new directory |
|
20 * `npm install` |
|
21 * `bower install` |
|
22 |
|
23 ## Running / Development |
|
24 |
|
25 * `ember server` |
|
26 * Visit your app at [http://localhost:4200](http://localhost:4200). |
|
27 |
|
28 ### Code Generators |
|
29 |
|
30 Make use of the many generators for code, try `ember help generate` for more details |
|
31 |
|
32 ### Running Tests |
|
33 |
|
34 * `ember test` |
|
35 * `ember test --server` |
|
36 |
|
37 ### Building |
|
38 |
|
39 * `ember build` (development) |
|
40 * `ember build --environment production` (production) |
|
41 |
|
42 ### Deploying |
|
43 |
|
44 Specify what it takes to deploy your app. |
|
45 |
|
46 ## Further Reading / Useful Links |
|
47 |
|
48 * [ember.js](http://emberjs.com/) |
|
49 * [ember-cli](http://www.ember-cli.com/) |
|
50 * Development Browser Extensions |
|
51 * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) |
|
52 * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) |
|
53 |