author | ymh <ymh.work@gmail.com> |
Wed, 24 Aug 2016 09:46:03 +0200 | |
changeset 263 | 3deace9204de |
parent 147 | bc37828169f3 |
child 537 | d2e6ee099125 |
permissions | -rw-r--r-- |
4 | 1 |
# Bo-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/) |
|
147 | 13 |
* [Ember CLI](http://ember-cli.com/) |
4 | 14 |
* [PhantomJS](http://phantomjs.org/) |
15 |
||
16 |
## Installation |
|
17 |
||
18 |
* `git clone <repository-url>` this repository |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
19 |
* `cd bo-client` |
4 | 20 |
* `npm install` |
21 |
* `bower install` |
|
22 |
||
23 |
## Running / Development |
|
24 |
||
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
25 |
* `ember serve` |
4 | 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/) |
|
147 | 49 |
* [ember-cli](http://ember-cli.com/) |
4 | 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 |