Skip to content

Instantly share code, notes, and snippets.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew update
brew doctor
brew cask install google-chrome visual-studio-code google-drive-file-stream sourcetree iterm2 postman vlc alfred slack clickup toggl
brew install node yarn zsh git
@jinalskothari
jinalskothari / S3-Static-Sites.md
Created February 2, 2018 07:30 — forked from bradwestfall/S3-Static-Sites.md
Use S3 and CloudFront to host Static Single Page Apps (SPAs) with HTTPs and www-redirects. Also covers deployments.

S3 Static Sites

What this will cover

  • Host a static website at S3
  • Redirect www.website.com to website.com
  • Website can be an SPA (requiring all requests to return index.html)
  • Free AWS SSL certs
  • Deployment with CDN invalidation

Resources