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

https://github.com/ember-learn/the-shortest-ember-book

WIP web app version of The Shortest Ember Book
https://github.com/ember-learn/the-shortest-ember-book

ember hacktoberfest

Last synced: about 1 year ago
JSON representation

WIP web app version of The Shortest Ember Book

Awesome Lists containing this project

README

          

# the-shortest-ember-book

This repository contains both printable materials
and a web app version of the Shortest Ember Book.
The goal is to quickly and concisely
communicate what Ember is, how it works, and steps to get started.

## Printing

Anyone is welcome to print the book(s)! Meetup organizers, speakers, and conference table hosts are especially encouraged to print and distribute copies. You can [download printable assets](https://github.com/ember-learn/the-shortest-ember-book/tree/main/printable-materials). Follow these [folding instructions](https://github.com/ember-learn/the-shortest-ember-book/issues/7) to assemble.

![Ember mini book](https://user-images.githubusercontent.com/16627268/40524890-218de0b2-5fab-11e8-841c-34f127f684a0.jpg "Ember mini book")

## Modifications

If you want to make modifications to the book,
please open an issue/pull request, which needs to be merged before printing and distributing the modified version.

The Tomster has [some restrictions](https://www.emberjs.com/tomster/faq/) on use outside of formal Ember.js projects. All other graphic assets were created by [Braden Lawrence](http://www.bradenlawrence.com/portfolio), and are intended for use only in the mini books.

## Prerequisites to run the app

You will need the following things properly installed on your computer.

* [yarn](https://yarnpkg.com/)
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone ` this repository
* `cd the-shortest-ember-book`
* `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`
* `yarn lint: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/)