This repository contains necessary files for creating a svelte-dev docker image in order to provide a quick start for developing your Svelte app with SvelteKit. It contains also the tools to create a svelte-app docker image to be used in production, which runs a node server with the build Svelte app.
If you don't have a Svelte app yet, use make *create-example-app
in order to create a new example app with node_modules pre installed.
Otherwise
make npm-install
(if not already done)make start-dev
./setup
folder and run make build-dev
to build new svelte-dev image.make start-dev
in order to run your newly created svelte-dev image.make save-prod-image
, run it locally with make start-prod
or deploy it to the cloud provider of your choice.