Skip to content

linemanjs/lineman-ember-template

Repository files navigation

Lineman + Ember

Build Status

A little example that pullslineman&embertogether.

If you haven't already done so, first: installnode.js;next, install lineman:

$ npm install -g lineman

To work from this example, just clone into it and run:

$ npm install
$ lineman run

And then visit the page atlocalhost:8000to verify that it works.

Running tests

To run the tests, you can do one of two things:

  1. In one terminal runlineman runand (with it still running) runlineman spec,which will launch chrome and an ongoing interactive session with testem.

  2. For a one-shot test run, first have phantomjs installed (brew install phantomjs) and then runlineman spec-ciwhich will run the tests headlessly

About

Clone this template to get started with Ember using Lineman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published