Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formaat-design/figma-plugin-starter
Figma plugin boilerplate with React, Vite and Reshaped
https://github.com/formaat-design/figma-plugin-starter
Last synced: about 1 month ago
JSON representation
Figma plugin boilerplate with React, Vite and Reshaped
- Host: GitHub
- URL: https://github.com/formaat-design/figma-plugin-starter
- Owner: formaat-design
- Created: 2024-07-24T16:38:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T16:39:35.000Z (6 months ago)
- Last Synced: 2024-07-24T19:21:13.639Z (6 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figma plugin starter
- Open `manifest.ts` and change the plugin `name` and `id`. You can get your `id` from Figma when creating a new plugin.
- Run `yarn && yarn build`
- Import your plugin into Figma from `dist/manifest.json`
- For development, run `yarn dev` which will enable hot-reloading of the plugin UI