Meteor Routing tutorial using iron:router
Meteor Routing can be achieved using famous package available at atmospherejs ( Meteor package registry ) called iron-router. It provides both front-end and back-end routing facility. In this tutorial I am going to cover : Installing and configuring iron router.…