/ember-gulp-example

a simple ember.js web app using gulp along side karma/qunit/ember-testing

Primary LanguageJavaScript

A simple ember.js app using gulp for the client side build step


To run the ember.js app locally

    npm install
    gulp

    python -m SimpleHTTPServer 3000

    visit http://localhost:3000 to see the running app


To run the javascript tests

    npm install
    gulp test