add dependencies, add and setup tailwind, cleanup dir structure, test out loading data for a page

This commit is contained in:
2024-04-30 21:18:11 -04:00
parent ef36a8ffa7
commit 47d13e7d6e
14 changed files with 4225 additions and 141 deletions

View File

@@ -0,0 +1,5 @@
<script>
import "../app.css";
</script>
<slot />

2
src/routes/+layout.ts Normal file
View File

@@ -0,0 +1,2 @@
export const prerender = true
export const ssr = false

View File

@@ -9,6 +9,9 @@
<span>{model.title}</span>
{/each}
<App />
<canvas>
</canvas>
</div>
<style>