First, you need a development key for the Canvas API. Make a file called app/routes/sessionToken.js
with the follwoing:
exports.sessionKey = function () {
return '<your-session-key>';
}
npm install
npm install -g bower
(if you don't have bower yet)bower install
mongod
(in a different terminal)npm start
- visit
localhost:3000