Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.38 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.38 KB

Gather

A supplemental app for the talk "From Zero to MVP" by The Meteor Chef. Built with Meteor and React.

Resources

  • Using NPM Packages - This will help you to understand how we implemented the node-geocoder package for finding event locations.
  • Using the Collection2 Package - This will help you to understand how we implemented the schema for our Events collection in MongoDB.
  • React Router - This will help you understand how we routed to specific containers and component based on the browser's URL.
  • Publication and Subscription Patterns - This will help you understand how we sent data from the server down to the client between subscriptions and publications.

Inspiration