SvelteKit & Supabase Project Build #1 - Intro & Setup

preview_player
Показать описание
In this SvelteKit & Supabase tutorial series, you'll make a Pokemon team-selection app from scratch, including authentication.

🚀🥷🏼Get access to premium courses on Net Ninja Pro:

🔥🥷🏼 Check out Cooper Codes on YouTube:

📂🥷🏼 Access the course files on GitHub:

💻🥷🏼 SvelteKit Crash Course:

💻🥷🏼 Supabase Crash Course:
Рекомендации по теме
Комментарии
Автор

Looking forward to this - are you going to use Svelte-5 ?

DavePerth
Автор

Great, can you please clearly explain the correct way to use 'svelte stores with contexts' so that it uses state correctly when you have multiple users accessing the same application and you are using server side functions to retrieve data for a specific user. since just using stores alone in that case will cause corruption of data between different users. I have never seen a video that clearly explains this all correctly. Thanks for covering more SvelteKit on this channel 💯😃👍

paulclarke
Автор

2:40 npx command will not work.
Open your terminal and run:
Install daisyUI:
npm install daisyui
Update tailwind.config.js:
module.exports = {
content: [
"./src/**/*.{html, js, svelte, ts}",
],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
}
if require has warning/underline, install this-
npm i --save-dev @types/node

ur
Автор

Need svelte 5 tutorial with real project

HunterBBQ
Автор

error: unknown option '--tailwindcss-daisyui'

bartekpierr