Svelte Ts Template screenshot

Svelte Ts Template

Author Avatar Theme by Axelen123
Updated: 19 Oct 2020
20 Stars

Typescript template for Svelte v3

Overview

This article provides an introduction to a project template for Svelte apps. It mentions that the template is available on GitHub and provides instructions on how to create a new project using this template.

Features

  • Svelte app template: A project template for Svelte apps.
  • Easy installation: The article provides clear instructions on how to install the template dependencies.
  • Hot reloading: By saving changes to a component file and reloading the page, users can see their changes instantly.

Installation

To create a new project based on this template, the article suggests using the degit tool. Here are the installation steps provided:

  1. Make sure you have Node.js installed.
  2. Install the dependencies.
  3. Start Rollup by running a command.
  4. Open localhost:5000 to view the app running.

Summary

This article introduces a project template for Svelte apps and provides instructions on how to install it and start a new project. It also mentions deployment options using Now and Surge.