Skip to content

feelCrazy/react-figma-plugin-starter

Repository files navigation

react-figma-plugin-starter

Develop Figma plugins quickly using React and TailwindCSS.

Getting Started

  1. Clone the project
git clone https://github.com/feelCrazy/react-figma-plugin-starter.git
  1. Install the dependencies
cd react-figma-plugin-starter

bun i
or
pnpm i
  1. Build the plugin
bun run build
or
pnpm build
  1. Open the Figma desktop app

  2. Go to Menu > Plugins > Development > New Plugin...

  3. Choose react-figma-plugin-starter/manifest.json

  4. Run the plugin by going to Menu > Plugins > Development > React-Figma-Plugin-Starter