vscode-remote-svelte

Vscode Remote Svelte

Remote Docker Container for Svelte development

VS Code Remote Development Container: Svelte

This is a VS Code Remote - Container for Svelte web app development.

Setting up the development container

Follow these steps to open this sample in a container:

  1. If this is your first time using a development container, please follow the getting started steps.

  2. To start development with this container:

    • Clone this repository to your local filesystem.

      NOTE: Replace 'my-project' below with the name of your project

      git clone https://github.com/patrickneise/vscode-remote-svelte.git my-project
      
    • Update the remote URL for the cloned repo to your projects repository.

    • Press F1 and select the Remote-Containers: Open Folder in Container... command.

    • Select the cloned copy of this folder, wait for the container to start, and start developing!

Development in the container

The container has the following installed:

Start the development server:

yarn dev

Top categories

Loading Svelte Themes