Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 616 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 616 Bytes

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

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