Summary
In this chapter, we learned how to deploy Meteor and how simple deploying on Meteor's own server infrastructure can be. We also used tools such as Demeteorizer and Meteor Up to deploy on our own server infrastructure.
To read more about the specific deployment methods, take a look at the following resources:
You can find the full example code of this app, ready for deployment, at https://www.packtpub.com/books/content/support/17713 or on GitHub at https://github.com/frozeman/book-building-single-page-web-apps-with-meteor/tree/chapter10.
In the next chapter, we will create a package of our previously created ReactiveTimer
object and publish it to Meteor's official package repository.