SvelteKit Basic App Tutorial | Blog Site w/ Login & WYSIWYG Editor
SlateDevelopment
0:00 / 0:00
SvelteKit Basic App Tutorial | Blog Site w/ Login & WYSIWYG Editor
2 350 просмотров · 1 год назад
SlateDevelopment
675 подписчиков
2 350 просмотров · 1 год назад
Hey, today I'm going to show you how to make this blogging-style app that lets a logged in user add posts to the site with inline images and a WYSIWYG editor.
This app will be using SvelteKit and Svelte 5, with tailwind for the CSS, and PostgreSQL for the database. The WYSIWYG editor will be from the TipTap npm module.
Code used in this app: https://github.com/thegaffney/sveltek...
00:00 Intro
00:24 Database schema
01:10 layout.svelte file
02:15 Home page and category filter
08:09 Login route
11:55 hooks.server file
15:05 Admin route
17:49 WYSIWYG editor
26:49 File upload streaming
28:23 Filtering & searching posts
31:20 Post page