starter-kit
A starter kit for Ember, (*1)
Your Ember.js project is almost ready! Here's how to get started:, (*2)
-
Start writing your app in js/app.js
., (*3)
-
Describe your application HTML in index.html
., (*4)
-
During development, you can link to js/libs/ember-*.js
to get the
unminified version of Ember.js., (*5)
-
Add CSS to css/style.css
., (*6)
-
Open index.html
in your browser., (*7)
Tests
This starter kit comes with an integration test sample, written for QUnit runner., (*8)
You can run the tests by opening the index.html?test
page in your browser., (*9)
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., (*10)
For more information about ember-testing package see ember-testing., (*11)
For more information about the QUnit testing framework, see QUnit., (*12)
www.emberjs.com, (*13)