Skip to content

Instantly share code, notes, and snippets.

@nicubarbaros
Created April 17, 2017 14:12
Show Gist options
  • Save nicubarbaros/4c31fe5c6ece253935cab6d85e3d4cbb to your computer and use it in GitHub Desktop.
Save nicubarbaros/4c31fe5c6ece253935cab6d85e3d4cbb to your computer and use it in GitHub Desktop.
Basic html for React apps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Batle</title>
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment