Wordset UI is the Ember front-end layer for Wordset. Wordset is a collaborative, structured dictionary.
To get it working locally, you will need to setup the development environment to point to the API.
You will need the following things properly installed on your computer.
git clone git@github.com:wordset/wordset-ui.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
- Make sure the Rails back-end (Wordset api) is also running, or else you'll see no data.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server