Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicholas-nguyen8742/figma-plugin-ts-starter-template

Figma plugin starter template using pnpm, vite, typescript, react
https://github.com/nicholas-nguyen8742/figma-plugin-ts-starter-template

figma figma-plugin nvm pnpm react typescript vite

Last synced: about 1 month ago
JSON representation

Figma plugin starter template using pnpm, vite, typescript, react

Awesome Lists containing this project

README

        

## Quick Start

1. Use this template repository by clicking [here](https://github.com/new?template_name=figma-plugin-ts-starter-template&template_owner=Nicholas-Nguyen8742)
2. Install dependencies

```bash
nvm install 20.9.0
nvm use 20.9.0

pnpm install

pnpm dev
```
3. Run the plugin via the Figma Desktop App

![Demonstration of running your local figma plugin with the Figma Desktop App](./docs/assets/figma-installation.gif)

> For more detailed intallation steps go to [docs/INSTALL.md](./docs/INSTALL.md)