emberreddit icon indicating copy to clipboard operation
emberreddit copied to clipboard

A demonstration of how to use Ember without Ember Data.

Emberreddit

This application goes along with the Ember without Ember Data screencast. It's been updated since the screencast to the latest version of ember-cli but almost all the concepts are the same.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

License

MIT