
Getting Started
Welcome to Building Svelte Components! In this video, we will use Svelte Kit as a quick way to get up and running.
npm init svelte@next levelup-ui
cd levelup-ui
npm install
npm run dev
In this series we are going to be tackling svelte components. By the end of this course you will have the ability to not only utilize a full library of your own components, but you also have a better idea of how to create everyday usable components in Svelte.