https://github.com/bulkan/node-ember-boilerplate
[ABANDONED] - Node.js & Ember boilerplate application.
https://github.com/bulkan/node-ember-boilerplate
Last synced: about 1 month ago
JSON representation
[ABANDONED] - Node.js & Ember boilerplate application.
- Host: GitHub
- URL: https://github.com/bulkan/node-ember-boilerplate
- Owner: bulkan
- Created: 2013-11-06T13:58:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T02:47:27.000Z (almost 12 years ago)
- Last Synced: 2025-11-16T14:12:34.425Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Boilerplate Node.js / Ember application
=======================================
## work in progress
Basic application structure for using `Node.js` on the backend and `Ember` on the frontend.
`Bower` is used to handle the frontend dependencies.
I've tried to keep the backend seperate from the frontend, so that the frontend can be hosted on some sort of CDN.
Usage
=====
* clone/download repo
* install `bower` if you don't have it already then run `bower install`
* run `npm install`
* modify code
Structure
=========
`index.html` to load all the dependencies.
`templates.js` that syncronously loads in Handlebars templates. This will change in the future.
There is a single `resource` called `tasks` for a simple _Todo_ task management.