@platform/react.ssr
Version:
A lightweight SSR (server-side-rendering) system for react apps bundled with ParcelJS and hosted on S3.
25 lines (20 loc) • 699 B
HTML
<!--
Generated entry point referenced by the `renderer` [.ts] configuration.
See: .uiharness.yml
web:
entry: <path>/web.tsx
-->
<html>
<head>
<meta charset="UTF-8" />
<title>ui</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../../static/css/normalize.css">
<link rel="stylesheet" type="text/css" href="../../static/css/global.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,900&display=swap">
</head>
<body>
<div id="root"></div>
</body>
<script src="../../src/entry.tsx"></script>
</html>