Add skeleton frontend
This commit is contained in:
parent
60542935c8
commit
5b62099b3d
20 changed files with 4052 additions and 5 deletions
1
frontend/src/routes/+layout.ts
Normal file
1
frontend/src/routes/+layout.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export const ssr = false
|
6
frontend/src/routes/+page.svelte
Normal file
6
frontend/src/routes/+page.svelte
Normal file
|
@ -0,0 +1,6 @@
|
|||
<script>
|
||||
import '../style.css'
|
||||
</script>
|
||||
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
Loading…
Add table
Add a link
Reference in a new issue