$ npm install
$ jsx --watch src/ build/
$ mongod -dbpath /Users/mteece/Databases/MongoDB/
$ npm start
$ use statler
$ db.comments.find()
$ db.comments.update(
{ author: { $eq: "Matthew" } },
{ $set: { text: "Testing from NH." } }
)
$ npm install
$ jsx --watch src/ build/
$ mongod -dbpath /Users/mteece/Databases/MongoDB/
$ npm start
$ use statler
$ db.comments.find()
$ db.comments.update(
{ author: { $eq: "Matthew" } },
{ $set: { text: "Testing from NH." } }
)