This template builds off of the original Figma Plugin React Template It also includes a few extras for building Figma plugins:
- ⭐️ Tailwind CSS
- ⭐️ Simple contextual router
- ⭐️ Messaging scaffold for sending events
- Run
npm install
to install dependencies. - Run
npm build:watch
to start webpack in watch mode. - Open
Figma
->Plugins
->Development
->New Plugin...
and choosemanifest.json
file from this repo.
This repo is using:
- React + Webpack
- TypeScript
- Tailwind CSS (PostCSS)
- Prettier precommit hook