Microscope
Microscope copied to clipboard
Going through this very well written book with friend.Figured out that this needs to be wrapped in a startup function: Meteor.startup(function() { if (Posts.find().count() === 0) { Posts.insert({ title: 'Introducing...
Guide uses mrt add router which gives a connection not found error. Iron router did work for me.
Trying to build this. What dependencies do I need? ``` root@asselinpaul:~/Microscope# meteor [[[[[ ~/Microscope ]]]]] No dependency info in bundle. Filesystem monitoring disabled. => Errors prevented startup: Exception while bundling...