Skip to content

Instantly share code, notes, and snippets.

@technoY2K
Created December 29, 2017 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technoY2K/6ab68593cfe598cf76fbf50f8cd8cc08 to your computer and use it in GitHub Desktop.
Save technoY2K/6ab68593cfe598cf76fbf50f8cd8cc08 to your computer and use it in GitHub Desktop.
Basic html5 template for React
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
</head>
<body>
<main id="app"></main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment