darkbasic / angularcli-meteor

13 stars 4 forks source link

how to deploy it? #3

Open FinalDes opened 6 years ago

FinalDes commented 6 years ago

how to deploy on nodejs server?

darkbasic commented 6 years ago

You'll need to deploy the api directory the same way as you would deploy a normal Meteor server: https://guide.meteor.com/deployment.html

FinalDes commented 6 years ago

what about the client code? @darkbasic

darkbasic commented 6 years ago

Deploy it like any other angular app.

sanelaxm commented 6 years ago

I'm having some trouble with this too. Anyone have any advice or guides to follow?

hongan126 commented 6 years ago

Deploy angularcli-meteor on Heroku:

Hope this helpful for you.