Several small proof of concepts for using angular.js with svg
Things you'll need
- node.js - http://www.nodejs.org
- homebrew - http://brew.sh/ (mac)
- Install mongo - "brew install mongo" or http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/
- Install Redis - "brew install redis" or http://cook.coredump.me/post/18886668039/brew-install-redis
- Install Web-driver "brew install chromedriver"
- Install mocha "sudo npm install -g mocha"
- Install karma "sudo npm install -g karma"
- Install supervisor "sudo npm install -g supervisor"
- Install node project dependencies "npm install"
- start mongo run "mongod"
- start redis run "redis-server"
- Run app "npm run startDev"
- Navigate to localhost:3000/#/testData
- Add templates
- Add students
- Add vocabulary
- "karma start"
- "npm run test-server"
- "npm run test-e2e"