Meteor - Deployment



One of the great things about Meteor is how easy is to deploy the app. Once your app is completed, there is an easy way to share it with the world. All you have to do is run the following code in the command prompt window.

C:\Users\username\Desktop\meteorApp>meteor deploy my-first-app-ever.meteor.com

You will be asked to enter Meteor developers account username and password.

Now, you will be able to access the app from the browser on the following link having the name of your app.

http://my-first-app-ever.meteor.com/
Meteor Deploy
Advertisements