Created
May 24, 2017 00:00
-
-
Save ernestofreyreg/fd66409def9e83ed43ec16cfe7a461f8 to your computer and use it in GitHub Desktop.
First next app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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