Skip to content

Instantly share code, notes, and snippets.

@scott-w
Created March 25, 2017 18:22
Show Gist options
  • Save scott-w/cff74bd0aea15453d6bf0d5ee13beff5 to your computer and use it in GitHub Desktop.
Save scott-w/cff74bd0aea15453d6bf0d5ee13beff5 to your computer and use it in GitHub Desktop.
Your Index Page
<!DOCTYPE html>
<html>
<head>
<!-- ... -->
</head>
<body>
<!-- Where our application will render everything to -->
<div id="root"></div>
<!-- Link to your compiled application -->
<script src="/static/js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment