Book Image

Getting Started with Meteor.js JavaScript Framework

By : Isaac Strack
Book Image

Getting Started with Meteor.js JavaScript Framework

By: Isaac Strack

Overview of this book

Table of Contents (14 chapters)

Chapter 7. Packaging and Deploying

Our application is looking great. We've made it secure, easy to use, and with the addition of multiple logins, anybody can now use the Lending Library to keep track of their stuff.

In this final chapter, we'll go over Meteor's amazing package system, which will speed up future code projects, and we'll talk about the options for deploying your applications. You will learn how to:

  • Add and configure third-party packages such as JQueryUI, Backbone, and Bootstrap

  • Bundle your entire application so that it can be deployed

  • Deploy your app using Meteor's public servers

  • Deploy your app to a custom server