Skip to content

Instantly share code, notes, and snippets.

@lamosty
Created November 9, 2015 14:07
Show Gist options
  • Save lamosty/05bb1c7b1ebd3a6a387c to your computer and use it in GitHub Desktop.
Save lamosty/05bb1c7b1ebd3a6a387c to your computer and use it in GitHub Desktop.
Template file for the HTML Webpack Plugin. From the tutorial about React WP Theme: https://lamosty.com/2015/11/react-wp-theme-bootstrap-blog-to-react-components-router
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment