ember-cli-redactor
August 12, 2014 ยท View on GitHub
An example implementation of a Redactor.js component written in Ember 1.6.1, Ember CLI 0.0.40, and Rails 4.1
Prerequisites
Ember 1.6+ Ember CLI 0.0.40+ Rails 4.1
To Run Locally
- run
ember serve --proxy http://localhost:3000 - In a seperate shell run
rails s - Point your browser at http://localhost:4200