Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Angular App on production #45

Closed
ColadaFF opened this issue Nov 17, 2015 · 1 comment
Closed

Angular App on production #45

ColadaFF opened this issue Nov 17, 2015 · 1 comment

Comments

@ColadaFF
Copy link

Hi there!
My question is: what do you recommend to run an Angular App on a linux server on production, like in an aws ec2 server?

@kentcdodds
Copy link
Owner

Hi @ColadaFF! Thanks for the question. This is a pretty broad question. What I recommend is putting all of your static assets (JavaScript, HTML, CSS, etc.) on a CDN (like cloudflare in an S3 bucket or something). That way you don't need to manage a server at all (other than the static file server which is pretty simple to set up). This would apply to any kind of SPA. Now if you want to get into server rendering that's a different story entirely, but that's not really practical for Angular right now. Good luck!

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

No branches or pull requests

2 participants