Skip to content

JanDupal/Ember.js-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

This example built using Ember.js 0.9.4, which is very different from 1.x. I'm currently working on port to 1.0.0-RC.1.

Ember.js Example

Simple Ember.js (+ data) + Node.js + Express.js + Socket.io example.

Setup

You will need ruby 1.9.2 (rvmrc file included) and node.js 0.6.9 (not tested on other versions).

bundle
npm install

foreman start

Development

To compile Sass and Coffee script run guard. Sources for frontend are in /assets and get compiled to /public. Node.js app.js is pure Javascript only.

About

Ember.js + Node.js + Express.js + Socket.io example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published