BookIt project running locally with custom homepage.
- 01What is Svelte? Understand what makes Svelte different from other frameworks and why it's a great choice for building BookIt.8 min
- 02Create the BookIt Project Scaffold a new SvelteKit project using the official CLI and configure it for building BookIt.10 min
- 03Explore the Project Structure Understand the folders and files in a SvelteKit project and learn where different parts of BookIt will live.12 min
- 04Understanding .svelte Files Learn the anatomy of a Svelte component — the script, markup, and style sections that make up every .svelte file.10 min
- 05Run Your First Dev Server Start the SvelteKit development server and learn the workflow that makes building BookIt fast and enjoyable.8 min
- 06Make Your First Change Transform the default SvelteKit homepage into BookIt's welcome page — your first real contribution to the app.10 min