Skip to content

Instantly share code, notes, and snippets.

@rajeshdavidbabu
Created January 9, 2022 22:18
Show Gist options
  • Save rajeshdavidbabu/0f7cf88590430a13f3e8090cd75cb2e7 to your computer and use it in GitHub Desktop.
Save rajeshdavidbabu/0f7cf88590430a13f3e8090cd75cb2e7 to your computer and use it in GitHub Desktop.
index.html for React-TS boilerplate
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>React TS Boilerplate App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment