We don’t have an end-to-end solution for deployment to production yet, but this article has some techniques you can use: https://coursetro.com/posts/code/64/How-to-Deploy-an-Angular-App-(Angular-4)
The “right” solution would vary based on what you are running on your server.
Just to be clear, you can deploy and debug your app locally with our IDE – and you move to production stage (your server) once you have something ready to be tested, or used live. Doing your testing locally gives you benefits like being able to see your changes reflected in the app much sooner, as well as benefit from some cool tech like CodeLive. Apologies if this is already obvious to you, just wanted to ensure you were aware of the local dev cycle too.