https://github.com/awkward/ember-pods
Ember.js starter kit based on pods file structure
https://github.com/awkward/ember-pods
Last synced: 3 months ago
JSON representation
Ember.js starter kit based on pods file structure
- Host: GitHub
- URL: https://github.com/awkward/ember-pods
- Owner: awkward
- License: mit
- Created: 2014-05-21T19:58:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T09:54:34.000Z (over 11 years ago)
- Last Synced: 2025-09-16T22:40:02.910Z (9 months ago)
- Language: CoffeeScript
- Size: 1.01 MB
- Stars: 4
- Watchers: 12
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ember-pods
==========
Ember.js starter kit based on pods file structure
**Work in progress**
## Includes:
- CoffeeScript
- Stylus + Nib
- ES6 module system (using AMD + loader.js)
- Emblem templating
- Grunt + livereload
## Using the generator
From within a terminal at root level, run:
* `emberpods pod `
* `emberpods model `
* `emberpods component `
* `emberpods helper `
## Starting the project
From within a terminal at root level, run:
* `grunt` - build the project, watch and livereload
* `grunt server` - build the project, watch, livereload and spawn a development server