@astlaure/react-engine
v0.0.1
Published
SSR Tools for React in Express
Downloads
3
Readme
React Engine
Index HTML base template
<!doctype html>
<html lang="en">
<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>Document</title>
<script><!--APP_DATA--></script>
</head>
<body>
<div id="root"><!--APP_ROOT--></div>
</body>
</html>
Express Static file
app.use(express.static('public', { index: false }));