Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created April 10, 2024 09:43
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 velotiotech/ed64486eec35d3e6da2e772d5d5ebbf6 to your computer and use it in GitHub Desktop.
Save velotiotech/ed64486eec35d3e6da2e772d5d5ebbf6 to your computer and use it in GitHub Desktop.
<!-- public/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>React with Webpack</title>
</head>
<body>
<div id="root"></div> <!-- Do not miss this one -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment