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

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

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