Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to deploy the app in production? #8

Open
FinalDes opened this issue Mar 10, 2017 · 3 comments
Open

how to deploy the app in production? #8

FinalDes opened this issue Mar 10, 2017 · 3 comments

Comments

@FinalDes
Copy link

No description provided.

@Zeioth
Copy link

Zeioth commented May 19, 2017

For Angular2 + Ionic it's very easy:
http://ionicframework.com/docs/v1/guide/publishing.html

For web:
I have no idea. A tutorial would be more than welcome.

I guess it's deployed just as an Angular 2 app. With some particularities depending the platform you are deployinh to. For example AWS Beanstalk requires some extra steps.

@FinalDes
Copy link
Author

FinalDes commented Jul 31, 2017

@Zeioth I mean how to build the server app and the client web app?
In documentation still missing

@Muhammad-Zaryaab-Shahbaz

@FinalDes I see the comment is from 2017.
But for others, it can be done using mup.js in web.
~ mup setup
It setups the application for your server.
~ mup deploy
It deploys the app to the server.
Rest is the angular application, you can build the application using
~ ng build --prod
Then you may copy the dist folder to your server directory that is being listened.

Let me know if there exists a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants