A first experiment getting to know Svelte 3.
Bootstrapped from Svelte Template.
Strongly considering adding Svelte support to VizHub.
Seeing huge potential for Svelte with interactive data visualization!
xxxxxxxxxx
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='stylesheet' href='global.css'>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>