Skip to content

Instantly share code, notes, and snippets.

@sverhoeven
Created October 2, 2020 09:00
Show Gist options
  • Select an option

  • Save sverhoeven/efb844ec09429e03a982507634fb9bd2 to your computer and use it in GitHub Desktop.

Select an option

Save sverhoeven/efb844ec09429e03a982507634fb9bd2 to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment