Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

sivakumar-kailasam/barcamp-blr-ember-movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO NOTES

Browse through https://github.com/sivakumar-kailasam/barcamp-blr-ember-movie/commits/master one commit at a time to understand how this was built

Or you might be interested in viewing the tags: https://github.com/sivakumar-kailasam/barcamp-blr-ember-movie/releases

Ember Starter kit Readme

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

For more information about the QUnit testing framework, see QUnit

Contact

www.emberjs.com