This is just a template I use for my projects.
Feel free to use it for your own projects. ✨
- Clone this repository
- Install dependencies with
deno install --allow-scripts - Running
deno task devruns the dev server most likely on port 5173 if it's available (http://localhost:5173) - Running
deno task buildbuilds the project - Running
deno task previewruns the production build
- Build the Docker image with
docker build -t sveltekit-deno . - Run the Docker container with
docker run -p 3000:3000 sveltekit-deno