initial commit

This commit is contained in:
Chris Kruining 2024-09-24 13:38:55 +02:00
commit 9e3f3cf46b
17 changed files with 269 additions and 0 deletions

4
src/entry-client.tsx Normal file
View file

@ -0,0 +1,4 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
mount(() => <StartClient />, document.getElementById("app")!);