Skip to content

Instantly share code, notes, and snippets.

@DreySkee
Created January 30, 2017 23:57
Show Gist options
  • Save DreySkee/58ac1781c5eadc93c16bc6dd351ee618 to your computer and use it in GitHub Desktop.
Save DreySkee/58ac1781c5eadc93c16bc6dd351ee618 to your computer and use it in GitHub Desktop.
2 - Wordpress API + ReactJS
<!DOCTYPE html>
<html>
<head>
<title>WP API</title>
</head>
<body>
<div id="app"></div> <!-- This div will be holding the app -->
<script src="bundle.js"></script> <!-- This is the main JS file that gets bundled by webpack -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment