Extends the jQuery Annotator plugin to allow for custom logic queries on each annotation
####To setup
From the project directory, run
npm install
bower install
####To develop
Run npm run dev
from the project dir to build the development app.
The demo with mock data will be available at http://localhost:3001/app/#/tua/0/topic/0/question/0
####To deploy
Run npm run deploy
and the output files will be written to the dist
fodler.