https://github.com/eleanzhukova/figma-plugin-template
This React TypeScript project template with Sass support is a good starting point for your large-scale figma plugin (using Webpack 5)
https://github.com/eleanzhukova/figma-plugin-template
figma figma-plugin figma-plugin-example
Last synced: 19 days ago
JSON representation
This React TypeScript project template with Sass support is a good starting point for your large-scale figma plugin (using Webpack 5)
- Host: GitHub
- URL: https://github.com/eleanzhukova/figma-plugin-template
- Owner: eleanzhukova
- License: mit
- Created: 2024-08-07T09:34:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:01:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T19:33:09.256Z (over 1 year ago)
- Topics: figma, figma-plugin, figma-plugin-example
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Figma Plugin Template

This **React** **TypeScript** project template with **Sass** support is a good starting point for your large-scale figma plugin (using **Webpack 5**)
## Usage
Download or clone it with the following command:
```
git clone https://github.com/eleanzhukova/figma-plugin-template.git
```
Install dependencies (for creating a ```node_modules``` directory with necessary packages):
```
npm install
```
Build the project (for getting a `dist` folder with bundled files):
```
npm run build
```
In Figma desktop app:
`Plugins > Development > Import plugin from manifest...`
### Development
Watch files for changes:
```
npm run watch
```