Skip to content

Svelte is a free and open-source front end component framework to understand Svelte.HTML, CSS and JavaScript that belong together, written into a .svelte file.

Notifications You must be signed in to change notification settings

00jackson/Svelte_Basics

Repository files navigation

Svelte-Basics

Introduction

You'll need to have basic familiarity with HTML, CSS and JavaScript to understand Svelte.HTML, CSS and JavaScript that belong together, written into a .svelte file. To try Svelte in an interactive online environment you can try the "REPL" or "StackBlitz".

To create a project locally we recommend using SvelteKit, the official application framework:

npm create svelte@latest myapp

cd myapp

npm install

npm run dev

Important

SvelteKit will handle calling the Svelte compiler to convert your .svelte files into .js files that create the DOM and .css files that style it. It also provides all the other pieces you need to build a web application such as a development server, routing, and deployment. SvelteKit utilizes Vite to build your code and handle server-side rendering (SSR).

About

Svelte is a free and open-source front end component framework to understand Svelte.HTML, CSS and JavaScript that belong together, written into a .svelte file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages