Figma Plugin React Template
This template contains the react example as shown on Figma Docs, with some structural changes and extra tooling.
Quickstart
- Run
yarn
to install dependencies. - Run
yarn build:watch
to start webpack in watch mode. - Open
Figma
->Plugins
->Development
->Import plugin from manifest...
and choosemanifest.json
file from this repo.
Toolings
This repo is using:
- React + Webpack
- TypeScript
- Prettier precommit hook