figma-plugin-ts-starter-template

Figma plugin starter template using pnpm, vite, typescript, react

MIT License

Stars
2
Committers
1

Quick Start

  1. Use this template repository by clicking here
  2. Install dependencies
nvm install 20.9.0
nvm use 20.9.0

pnpm install

pnpm dev
  1. Run the plugin via the Figma Desktop App

For more detailed intallation steps go to docs/INSTALL.md

Related Projects