This is a template I made to start projects with full frontend stack, using bleeding edge technologies (2022):
- Vite for fast rebuilds
- Unocss to extract and purge css styles
- Prettier for code formatting
To use:
npx degit https://github.com/swstephe/svelte-unocss <project>
cd <project>
npm i -D
npm run dev