create-react-proj
Version:
Create your react projects with minimum dependencies
17 lines (15 loc) • 391 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="" href="index.css"/>
<title>Document</title>
<script>
window.appVersion = "1.0.0";
</script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="dist/bundle.js"></script></body>
</html>