svelte-tutorial

Svelte Tutorial

This is from Brad Traversys youtube svelte crash course.

Svelte Feedback App

This is the project from the Svelte crash course on my channel


# Install dependencies
npm install

# Dev server
npm run dev (http://localhost:5000)

# Prod server
npm start

# Build for production
npm run build

Top categories

Loading Svelte Themes