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
- Host: GitHub
- URL: https://github.com/ember-learn/the-shortest-ember-book
- Owner: ember-learn
- Created: 2018-03-20T03:23:01.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T17:36:17.000Z (over 3 years ago)
- Last Synced: 2024-05-03T16:56:24.044Z (about 2 years ago)
- Topics: ember, hacktoberfest
- Language: CSS
- Homepage: https://the-shortest-ember-book.netlify.com/
- Size: 30.5 MB
- Stars: 37
- Watchers: 11
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ember - The Shortest Ember Book - Concise introduction (Learning Resources / Books)
- awesome-ember - The Shortest Ember.js Book
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.

## 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/)