Last active
October 7, 2020 11:05
-
-
Save sverhoeven/a3475a55268aeca64caa7f68d8ab62ae to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
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 lang="en"> | |
<head> | |
<title>Example React application</title> | |
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script> | |
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script> | |
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> | |
</head> | |
<script type="text/javascript" src="newtonraphson.js"></script> | |
<script type="text/babel" src="app.js"></script> | |
<div id="container"></div> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment