This project is a Figma Plugin boilerplate made for developers who want to create a Figma plugin using 'Vite', 'React' and 'SCSS'.
- 🔥 Hot reloading
- 📦 Bundling with Vite
- 💅 SCSS support
- 📝 TypeScript support
- 📚 Figma Plugin API support
This project is using bun 🐇.
Install bun before running this project
curl -fsSL https://bun.sh/install | bashgit clone https://github.com/louifi/vite-react-scss-figma-plugin-boilerplate.git
cd vite-react-scss-figma-plugin-boilerplate
bun installLaunch the development plugin with the following command :
bun run devThe plugin will automatically reload when you make changes to the code.
bun run build