svelte-beginnings Svelte Themes

Svelte Beginnings

Learning Svelte from LinkedIn Learning's "Svelte: First Look" class.

Svelte: First Look

This is the repository for the LinkedIn Learning course Svelte: First Look. The full course is available from LinkedIn Learning.

JavaScript frameworks and libraries keep growing, sprouting increasingly more dependencies along the way. Svelte—a new, lightweight component framework—marches into this tangle with a brush cutter, trimming down the weeds to provide a core set of key functionalities with zero dependencies. In this course, join Ray Villalobos as he helps you get up to speed with Svelte, explaining how to use it to create apps that please your users without making them wait. Learn how Svelte differs from frameworks like Angular and React, as well as how to use styles and preprocessors with Svelte, work with data across multiple components, use lifecycle methods to load data, and more.

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public

Instructor

Ray Villalobos

Senior Staff Instructor at LinkedIn Learning

View on LinkedIn

Other Courses by the Ray

Top categories

Loading Svelte Themes