Skip to content

flexcodelabs/react-vite-figma-plugin-template

Repository files navigation

React Figma Plugin Template

Running locally

Install packages

npm i

If you are using another package manager like yarn/pnpm then delete package-lock.json file and use a relevant commant for your package manager to install packages.

Build

npm run build

If you want to watch

npm run watch