|
1 | 1 | # ember-cli-fastboot-testing-app |
2 | 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](https://git-scm.com/) |
11 | | -* [Node.js](https://nodejs.org/) |
12 | | -* [Yarn](https://yarnpkg.com/) |
13 | | -* [Ember CLI](https://ember-cli.com/) |
14 | | -* [Google Chrome](https://google.com/chrome/) |
15 | | - |
16 | | -## Installation |
17 | | - |
18 | | -* `git clone <repository-url>` this repository |
19 | | -* `cd ember-cli-fastboot-testing-app` |
20 | | -* `yarn install` |
21 | | - |
22 | | -## Running / Development |
23 | | - |
24 | | -* `ember serve` |
25 | | -* Visit your app at [http://localhost:4200](http://localhost:4200). |
26 | | -* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). |
27 | | - |
28 | | -### Code Generators |
29 | | - |
30 | | -Make use of the many generators for code, try `ember help generate` for more details |
| 3 | +Adds `ember-cli-fastboot-testing` as a dependency and tests a simple rendering |
| 4 | +of the index page with it. |
31 | 5 |
|
32 | 6 | ### Running Tests |
33 | 7 |
|
34 | | -* `ember test` |
35 | | -* `ember test --server` |
36 | | - |
37 | | -### Linting |
38 | | - |
39 | | -* `yarn lint:hbs` |
40 | | -* `yarn lint:js` |
41 | | -* `yarn lint:js --fix` |
42 | | - |
43 | | -### Building |
44 | | - |
45 | | -* `ember build` (development) |
46 | | -* `ember build --environment production` (production) |
47 | | - |
48 | | -### Deploying |
49 | | - |
50 | | -Specify what it takes to deploy your app. |
51 | | - |
52 | | -## Further Reading / Useful Links |
53 | | - |
54 | | -* [ember.js](https://emberjs.com/) |
55 | | -* [ember-cli](https://ember-cli.com/) |
56 | | -* Development Browser Extensions |
57 | | - * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) |
58 | | - * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) |
| 8 | +* `yarn install` |
| 9 | +* `yarn test` |
0 commit comments