toranb / ember-gulp-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%