Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicholas-nguyen8742/figma-plugin-ts-starter-template
- Owner: Nicholas-Nguyen8742
- License: mit
- Created: 2024-09-08T01:32:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T00:47:16.000Z (2 months ago)
- Last Synced: 2024-10-11T22:40:33.536Z (about 1 month ago)
- Topics: figma, figma-plugin, nvm, pnpm, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 6.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.0pnpm 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)