Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created May 24, 2017 00:00
Show Gist options
  • Save ernestofreyreg/fd66409def9e83ed43ec16cfe7a461f8 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/fd66409def9e83ed43ec16cfe7a461f8 to your computer and use it in GitHub Desktop.
First next app
const Index = () => (
<div>
<p>Hello Server Side Rendered React App from Google Cloud Front</p>
</div>
)
export default Index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment