This boilerplate provides a streamlined starting point for developing Figma plugins using the Svelte framework, Vite for a quick and efficient development experience, and with the benefits of Tailwind CSS for seamless styling and design.
Setup a new project using degit:
npx degit stylescope/figma-svelte-tailwind figma-plugin
cd figma-plugin
npm install