Skip to content

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

Notifications You must be signed in to change notification settings

toranb/ember-gulp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published