DEV Community

Cover image for Svelte Development with VSCode Remote - Containers
Patrick Neise
Patrick Neise

Posted on

10 2

Svelte Development with VSCode Remote - Containers

As my first post here, I thought I would write about three of the favorite things I have been using/learning lately:

The combination of VSCode and the Remote Development-Containers with Docker has really changed my workflow for web apps and python apps.

And as someone still learning front end web development, I found that I really enjoy developing with Svelte over React and Vue (although I still like Vue).

The repo below contains a full development environment to get up and running with Svelte in VSCode in a few simple steps without having to worry about installing anything on your local machine other that VSCode, the Remote Development extension, and Docker.

After cloning the repo, you just need to open the folder as a remote container and you now have an Alpine Linux host with Node, Yarn, and Svelte ready for development.

Also, no need to worry about which extensions for VSCode to install, the remote container already has ESLint, Prettier, and Svelte-VSCode extentions for VSCode installed.

Please give it a try and let me know what you think. Next up will be development container with Svelte-Sapper.

GitHub logo patrickneise / vscode-remote-svelte

Remote Docker Container for Svelte development

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay