react-preset-typescript
Version:
React preset typescript.
17 lines (16 loc) • 510 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{name}}</title>
<link rel="icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
</head>
<body>
<noscript>
<strong>We're sorry but {{name}} doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>