Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ben-crowhurst/ember-data-spike
- Owner: ben-crowhurst
- Created: 2013-03-20T08:32:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T20:28:46.000Z (10 months ago)
- Last Synced: 2024-04-15T11:23:12.003Z (10 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.jsOpen http://localhost:3000/html/application.html
View both browser Javascript console and terminal window for output/logging.