template-sveltekit-tailwind is a template application for SvelteKit with TailwindCSS. The template is designed to be used as a starting point for new projects, simplifying the initial setup and providing several useful components.
Make sure you have nodejs installed on your host system
git clone https://github.com/FL03/template-sveltekit-tailwind
npm install
npm run build
npm run start
Make sure you have docker installed on the target system
docker pull jo3mccain/template-sveltekit-tailwindcss:latest
docker buildx build --tag template-sveltekit-tailwindcss:latest .
docker run -p 3000:3000 jo3mccain/template-sveltekit-tailwindcss:latest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.