memserver
Version:
in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping
18 lines (16 loc) • 526 B
HTML
<html>
<head>
<title>Basic app</title>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<!-- <link href="./examples/blog/styles/application.scss" rel="stylesheet"> -->
</head>
<body>
<div id="app"></div>
<!-- <script src="./eamples/blog/index.ts"></script> -->
<script src="examples/basic.bundle.js"></script>
</body>
</html>