generator-react-node
Version:
A kickstarter app generator for React and Node.js based application with redux, webpack, and babel
13 lines • 388 B
HTML
<html lang="en">
<head>
<title><%= title %></title>
<meta charset="utf-8" />
<meta name="description" content="<%= title %>" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/index.build.css" type="text/css" />
</head>
<body>
<div class="view-container" id="reactView"></div>
</body>
</html>