Base template for integrating a Vite build with Eleventy, Svelte and WindiCSS.
so use it:
git clone https://github.com/genesem/elvis
cd elvis
then: yarn
or npm install
make build
to build it, with result in ./dist/
note: yes I'm using .makefile and make to build it ;)
this stack is used as the base on some web sites:
etc..
I hope the list will grow. :)
P.S. this thing based heavily on the works of @fpapado
with some mods. from me, like: CORS configuration, Svelte and WindiCSS integrations.