1
- # Building a SvelteKit app with sv and Dino
1
+ # Building a SvelteKit app with sv and Deno
2
2
3
3
SvelteKit has been a stable popular vote since its launch and with Svelte
4
4
version 5 releasing recently, as of time of writing, there isn't a better time
@@ -66,9 +66,9 @@ There are a few conventions which we will use in our SvelteKit application.
66
66
- ` +error.svelte ` -- A custom error page you can add to make error pages nicer
67
67
to come across.
68
68
69
- Additional note later you will see we put the ` dino.ts ` file within a
70
- ` lib/server ` directory. This will mean as stated above that this file is meant
71
- to ** only** be accessed by other server files.
69
+ Additional note later you will see we put the dinosaurs (aka dinos) ` dino.ts `
70
+ file within a ` lib/server ` directory. This will mean as stated above that this
71
+ file is meant to ** only** be accessed by other server files.
72
72
73
73
### Setup our "database"
74
74
@@ -251,7 +251,7 @@ Here are a few things we want to achieve:
251
251
<a href="https://svelte.dev/docs/kit">Sveltekit docs</a>
252
252
</p>
253
253
<p class="font-bold">
254
- <a href="https://docs.deno.com/">Dino docs</a>
254
+ <a href="https://docs.deno.com/">Deno docs</a>
255
255
</p>
256
256
</footer>
257
257
```
@@ -265,8 +265,8 @@ back to the home page.
265
265
266
266
### Advanced routing, search parameters, and styling
267
267
268
- We don't want to render all of the dinos at a single time; as that is too much
269
- to scroll through. We want our users to be able to search and click through
268
+ We don't want to render all of the dinosaurs at a single time; as that is too
269
+ much to scroll through. We want our users to be able to search and click through
270
270
pages of dinosaurs, which will also showcase another awesome Svelte 5 feature,
271
271
snippets!
272
272
@@ -468,4 +468,4 @@ know you have great taste and are free to make it look however you'd like!
468
468
469
469
# App Showcase
470
470
471
- https://github.com/user-attachments/assets/c5926d48-1ea3-420f-9d3d-d74a5a49486a
471
+ [ Video walkthrough ] ( https://github.com/user-attachments/assets/c5926d48-1ea3-420f-9d3d-d74a5a49486a )
0 commit comments