UNPKG

@martel/tql-template

Version:

A project template for creating new tql applications

10 lines (8 loc) 159 B
import { app } from 'hyperapp'; import App from './App.ts'; import './index.css'; app({ init: {}, view: App, node: document.getElementById('root'), });