Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!