Created
January 30, 2017 23:57
-
-
Save DreySkee/58ac1781c5eadc93c16bc6dd351ee618 to your computer and use it in GitHub Desktop.
2 - Wordpress API + ReactJS
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
<!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