Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emberjs/starter-kit
A starter kit for Ember
https://github.com/emberjs/starter-kit
Last synced: about 2 months ago
JSON representation
A starter kit for Ember
- Host: GitHub
- URL: https://github.com/emberjs/starter-kit
- Owner: emberjs
- Archived: true
- Created: 2011-05-24T05:11:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T19:20:56.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T09:52:19.856Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/emberjs/starter-kit/tags
- Size: 7.91 MB
- Stars: 372
- Watchers: 40
- Forks: 200
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
starter-kit
===========## Warning
### For almost all use cases, you should use [https://ember-cli.com](http://ember-cli.com) to create your ember application. Ember starter kit is no longer recommended for new projects and you will find that you are limited in what you can do compared to ember-cli, and documentation will be misleading due to the different style of app construction in ember-cli.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](http://www.emberjs.com)