arkit
Version:
Visualises JavaScript, TypeScript and Flow codebases as meaningful and committable architecture diagrams
15 lines (13 loc) • 366 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angular2 with ES2015 • TodoMVC</title>
<link rel="stylesheet" href="node_modules/todomvc-common/base.css">
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
</head>
<body>
<todo-app></todo-app>
<script src="main.bundle.js"></script>
</body>
</html>