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 | bash
git clone https://github.com/louifi/vite-react-scss-figma-plugin-boilerplate.git
cd vite-react-scss-figma-plugin-boilerplate
bun install
Launch the development plugin with the following command :
bun run dev
The plugin will automatically reload when you make changes to the code.
bun run build