Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ben-crowhurst/ember-data-spike

Ember Data Setup with Node.js backend.
https://github.com/ben-crowhurst/ember-data-spike

Last synced: 6 days ago
JSON representation

Ember Data Setup with Node.js backend.

Awesome Lists containing this project

README

        

Ember Data Spike
==============
Ember Data Setup with Nodejs backend.

PREREQUISITES
==============
Nodejs - http://nodejs.org/

Node Package Manager (npm) - https://npmjs.org/

INSTALLATION
==============

$ cd EmberDataSetup

$ npm install

RUNNING
==============
$ node source/server.js

Open http://localhost:3000/html/application.html

View both browser Javascript console and terminal window for output/logging.