Skip to content

Commit 38c04ca

Browse files
committed
add descriptions to test apps to explain purpose
1 parent e3712c5 commit 38c04ca

2 files changed

Lines changed: 3 additions & 112 deletions

File tree

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,4 @@
11
# custom-sandbox-app
22

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 custom-sandbox-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/)
3+
This app is used to test we can pass in custom sandbox global variables to app.
4+
See `app/routes/application.js` usage of global `foo` in fastboot mode.
Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,3 @@
11
# hot-swap-app
22

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 hot-swap-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/)
3+
This is a simple app used to test we can reload a different dist for fastboot.

0 commit comments

Comments
 (0)