|
1 | 1 | # old-app |
2 | 2 |
|
3 | | -This test package contains an app set up with the oldest ecosystem components we support: |
4 | | - - `ember-cli@2.16` |
5 | | - - `ember-cli-babel@6` |
6 | | - - `ember-source@2.16` |
7 | | - - `@ember-decorators/babel-transforms@2` |
8 | | - - `broccoli-css-modules@0.7` |
9 | | - - `broccoli-postcss@4` |
10 | | - - `postcss@7` |
11 | | - |
12 | | -Additionally, the test suite for this app is run under Node 6, as that's the oldest Node version we currently support. |
13 | | -Because of that, it's not part of the yarn workspaces setup at the root of this repo, as many other transitive (development) dependencies have dropped support for older Node versions. |
| 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 old-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 |
| 31 | + |
| 32 | +### Running Tests |
| 33 | + |
| 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/) |
0 commit comments