Hi,<p>how do you guys deploy static JavaScript apps in the wild? Till now I've been using an ec2 instance. But this just feels like a massive overkill.<p>s3? With pushState?
There are two real questions here:<p>* How do you host your javascript applications?<p>* For your given host how do you deploy?<p>Some applications I have are powered by node.js, others are served behind nginx. For both case I tend to deploy either via a plain rsync, or via a git push.
I have a static angular app deployed to S3. I'm using the AWS CLI tool (<a href="http://aws.amazon.com/cli/" rel="nofollow">http://aws.amazon.com/cli/</a>) to deploy and I thinks it's pretty convient. You can also use CloudFront with S3 to get a real CDN.
I've used Divshot before and it works well for static apps.<p><a href="https://divshot.com/" rel="nofollow">https://divshot.com/</a>