emberreddit
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 clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
License
MIT