Plan your days out.
Screenshot shows an example itinerary for a cat. How about creating your own?
###Packages
###Local development
- Nothing fancy required to start the server, just
cd
into the project directory and fire upmeteor
- Using Compass for SASS: bundle install and ensure that any changes to the SCSS files are compiled with
compass compile
orcompass watch
- Learn how to debug on the server-side (useful for debugging some Meteor methods and callbacks)