Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosmoreiraui/figma-plugin-starter
A starter template for Figma plugins with React, TypeScript and Vite.
https://github.com/marcosmoreiraui/figma-plugin-starter
figma figma-plugin react vite
Last synced: 15 days ago
JSON representation
A starter template for Figma plugins with React, TypeScript and Vite.
- Host: GitHub
- URL: https://github.com/marcosmoreiraui/figma-plugin-starter
- Owner: marcosmoreiraui
- Created: 2024-07-31T13:24:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:10:12.000Z (6 months ago)
- Last Synced: 2024-11-16T00:44:46.721Z (3 months ago)
- Topics: figma, figma-plugin, react, vite
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Figma Plugin Starter
A starter template for Figma plugins with React, TypeScript and Vite.
## How to use
1. Clone this repository:
```bash
git clone
```2. Install dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm run dev
```4. Open the Figma desktop app and go to `Plugins` > `Development` > `New Plugin...` and choose the `manifest.json` file in the `dist` folder.
5. Start coding your plugin in the `src` folder.
6. Build your plugin with `npm run build` and share it with the world!