author | ymh <ymh.work@gmail.com> |
Fri, 17 Nov 2017 18:02:04 +0100 | |
changeset 567 | 271e2afbf830 |
parent 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` |
537
d2e6ee099125
upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents:
263
diff
changeset
|
21 |
* `npm run install-common` (called in post-install) |
4 | 22 |
* `bower install` |
23 |
||
24 |
## Running / Development |
|
25 |
||
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
|
26 |
* `ember serve` |
4 | 27 |
* Visit your app at [http://localhost:4200](http://localhost:4200). |
28 |
||
29 |
### Code Generators |
|
30 |
||
31 |
Make use of the many generators for code, try `ember help generate` for more details |
|
32 |
||
33 |
### Running Tests |
|
34 |
||
35 |
* `ember test` |
|
36 |
* `ember test --server` |
|
37 |
||
38 |
### Building |
|
39 |
||
40 |
* `ember build` (development) |
|
41 |
* `ember build --environment production` (production) |
|
42 |
||
43 |
### Deploying |
|
44 |
||
45 |
Specify what it takes to deploy your app. |
|
46 |
||
47 |
## Further Reading / Useful Links |
|
48 |
||
49 |
* [ember.js](http://emberjs.com/) |
|
147 | 50 |
* [ember-cli](http://ember-cli.com/) |
4 | 51 |
* Development Browser Extensions |
52 |
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) |
|
53 |
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) |
|
54 |