https://github.com/hauntedhost/ember-apps-book
Ambitious Ember Applications
https://github.com/hauntedhost/ember-apps-book
Last synced: 11 months ago
JSON representation
Ambitious Ember Applications
- Host: GitHub
- URL: https://github.com/hauntedhost/ember-apps-book
- Owner: hauntedhost
- Created: 2014-04-02T04:08:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T04:09:09.000Z (about 12 years ago)
- Last Synced: 2023-05-15T04:04:25.816Z (about 3 years ago)
- Language: JavaScript
- Homepage: https://leanpub.com/emberjs_applications
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
starter-kit
===========
A starter kit for Ember
Your Ember.js project is almost ready! Here's how to get started:
- Start writing your app in js/app.js.
- Describe your application HTML in index.html.
- During development, you can link to js/libs/ember-*.js to get the
unminified version of Ember.js.
- Add CSS to css/style.css
- Open index.html in your browser
Tests
=====
This starter kit comes with an integration test sample, written for QUnit runner.
You can run the tests by opening the `index.html?test` page in your browser.
The test is located in the `tests/tests.js` file. You can see how such an
integration test should be written, using QUnit assertions and ember-testing helpers.
For more information about ember-testing package see [ember-testing](http://emberjs.com/guides/testing/integration/)
For more information about the QUnit testing framework, see [QUnit](http://qunitjs.com/)
Contact
====
www.emberjs.com