https://github.com/coderberry/middleman-ember-starter-kit
Ember Starter Kit using Middleman (WIP)
https://github.com/coderberry/middleman-ember-starter-kit
Last synced: 8 months ago
JSON representation
Ember Starter Kit using Middleman (WIP)
- Host: GitHub
- URL: https://github.com/coderberry/middleman-ember-starter-kit
- Owner: coderberry
- Created: 2014-01-15T16:38:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T16:38:55.000Z (over 12 years ago)
- Last Synced: 2025-06-23T17:45:27.564Z (12 months ago)
- Language: CSS
- Size: 512 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
starter-kit with Middleman
==========================
A starter kit for Ember using Middleman
Your Ember.js project is almost ready! Here's how to get started:
- Start writing your app in source/javascripts
- Write all Ember templates in source/templates
- Add CSS to stylesheets
- Run `middleman server` and open up http://localhost:4567
Tests
=====
This starter kit comes with an integration test sample, written for QUnit runner.
You can run the tests by opening the `http://localhost:4567?test` page in your browser.
The test is located in the `source/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/)