0.0.1 • Published 1 year ago

@astlaure/react-engine v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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 }));
0.0.1

1 year ago