\newline Logo
Left arrow icon.
Course Thumbnail of Fullstack Svelte.Fullstack Svelte
  • MODULE 1
    Introduction
    • LESSON 1.1Fullstack Svelte Course Overview
  • MODULE 2
    Setting Up A Development Environment
    • LESSON 2.1Setting Up a Svelte Local Development Environment
    • LESSON 2.2How to Initialize a Boilerplate Svelte Project
    • LESSON 2.3Setting Up a Formatter and Linter for Svelte Development
  • MODULE 3
    Front End Routing
    • LESSON 3.1An Introduction to Svelte Routing for Single Page Applications
    • LESSON 3.2Front End Layouts - Creating Reusable Parent Components
  • MODULE 4
    User Interface Styles and Interactions
    • LESSON 4.1Using Front End Component Libraries for Svelte Development
    • LESSON 4.2Learn Svelte - How to Create a Basic Landing Page
    • LESSON 4.3A Guide to Handling DOM Events and Input Binding with Svelte
  • MODULE 5
    Creating the Backend Application
    • LESSON 5.1Initialize an Express Node.js Project for Svelte Development
    • LESSON 5.2Creating REST API GET, POST, PUT, and DELETE Requests
    • LESSON 5.3School Lunch Data Model
  • MODULE 6
    Fetching Data in the Frontend
    • LESSON 6.1How to Use Axios to Fetch Data From APIs for Svelte Apps
    • LESSON 6.2Svelte 'each' Blocks - Loop Through an Array and Update a DOM
    • LESSON 6.3Using Svelte to Show and Hide Loading Spinner Icons
    • LESSON 6.4Externalizing Frontend Configuration
  • MODULE 7
    Adding Persistence with PostgreSQL
    • LESSON 7.1Installing PostgreSQL Locally to Add Persistence to a Svelte App
    • LESSON 7.2Configuring Knex js Migrations for Database Management Scripts
    • LESSON 7.3How to Use Knex js in an Express Backend App
    • LESSON 7.4Sveltekit Endpoints - How to Use Post, Put, and Delete
  • MODULE 8
    Creating, Updating and Deleting Data in the Frontend
    • LESSON 8.1Cleaning Up the Front End of a Single Page Application in Svelte
    • LESSON 8.2Building a Form in Svelte That Lets Users Create Data Entities
    • LESSON 8.3The Lunch Week Details Component
  • MODULE 9
    Securing the Application
    • LESSON 9.1Securing a Svelte Application with JSON Web Tokens
    • LESSON 9.2Get Started Creating a Multi Tenant Application in Svelte
    • LESSON 9.3Creating a User Signup Flow for a Multi Tenant Svelte App
  • MODULE 10
    Public Lunch Menu View
    • LESSON 10.1Public Lunch Week Page
  • MODULE 11
    Production Deployment
    • LESSON 11.1Building Svelte Single Page Applications and Serving Static Files
Right arrow icon.
Go to Next Lesson
Go to Next Lesson
LESSON 2.1Setting Up a Svelte Local Development Environment
  • Go Pro
  • Courses
  • Fullstack Svelte
  • Fullstack Svelte Course Overview
  • Go To Next Lesson
    Setting Up a Svelte Local Development Environment
    Setting Up a Svelte Local Development Environment

    Setting up your local development environment