dsmjs / 2013-08-20-ember-introduction

a gentle introduction to ember.js presentation Aug 20th

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a gentle introduction to ember.js

To run the javascript tests

    npm install
    export PATH="./node_modules/.bin:$PATH"

    karma start


To run the ember.js web app

    npm install

    ./bin/server
    http://localhost:3000

About

a gentle introduction to ember.js presentation Aug 20th


Languages

Language:JavaScript 98.6%Language:Shell 1.4%