https://github.com/jelhan/ix-demo
application develop for article published in iX magazin 1/2019
https://github.com/jelhan/ix-demo
ember javascript javascript-framework
Last synced: about 2 months ago
JSON representation
application develop for article published in iX magazin 1/2019
- Host: GitHub
- URL: https://github.com/jelhan/ix-demo
- Owner: jelhan
- Created: 2018-12-03T22:06:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T20:52:34.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:27:18.632Z (over 1 year ago)
- Topics: ember, javascript, javascript-framework
- Language: JavaScript
- Homepage: https://jelhan.github.io/ix-demo/
- Size: 782 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ix-demo
[](https://travis-ci.org/jelhan/ix-demo)
This application was developed as part of article [*Entwicklung ambitionierter Webanwendungen mit Ember.js*](https://www.heise.de/select/ix/2019/1/1546252436095917) published in iX 1/2019.
The application is also served at GitHub pages if you want to check it out without building it yourself: [jelhan.github.io/ix-demo/](https://jelhan.github.io/ix-demo/)
This README outlines the details of collaborating on this Ember application.
Feel free to [open an issue](https://github.com/jelhan/ix-demo/issues) if you have any questions.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)
## Installation
* `git clone ` this repository
* `cd ix-demo`
* `yarn install`
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)