An open API service indexing awesome lists of open source software.

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)

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/)