Skip to content

Instantly share code, notes, and snippets.

@qwertie
Created June 30, 2018 05:35
Show Gist options
  • Select an option

  • Save qwertie/28f504f56ff427a7d459f04039127bab to your computer and use it in GitHub Desktop.

Select an option

Save qwertie/28f504f56ff427a7d459f04039127bab to your computer and use it in GitHub Desktop.
index.html for Parcel
<!DOCTYPE html>
<html>
<head>
<title>App</title>
<meta charset="utf-8"/>
</head>
<body>
<h1>Mini React app ❤</h1>
<div id="app"></div>
<script src="app.tsx"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment