craigteegarden / ember-pittsburgh-meetup-feed-reader-example-with-grunt

This is a very simple example of a working (barely) feed reader built using Ember.js and Yahoo's YQL with Grunt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember.js Pittsburgh Meetup Feed Reader With Grunt

This is a very simple example of a working (barely) feed reader built using Ember.js and Yahoo's YQL for the Ember.js Pittsburgh Meetup on Feb 20, 2014. It modifies the ember-pittsburgh-meetup-feed-reader-example example project to use Grunt to build the project.

It is based on the Ember starter kit.

###Grunt

For more details on getting started with Grunt, check out the Grunt getting started guide.

###Building this project with Grunt

Make sure the grunt-cli is installed

Install the project's node dependencies

npm install

run Grunt

grunt

About

This is a very simple example of a working (barely) feed reader built using Ember.js and Yahoo's YQL with Grunt.


Languages

Language:JavaScript 99.4%Language:CSS 0.6%