The title pretty much says it all. I am very new to web development.
I created a Svelte app using npx degit sveltejs/template ...
. Now I run it locally using npm run dev
or npm start
.
To my understanding, this is a Node server, but adapting their official tutorial didn't get me very far.
I found a blog post about this, but it doesn't quite explain how to dockerize an existing Svelte app, instead points to a fork of the official template.