An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ix-demo

[![Build Status](https://travis-ci.org/jelhan/ix-demo.svg?branch=master)](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/)