Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:01:44.000Z (6 months ago)
- Last Synced: 2024-11-24T20:36:36.581Z (3 months 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
![alt text](https://cdn-images-1.medium.com/v2/resize:fit:800/1*KyLYMfJ6wuToQKXXk8656Q.png)
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
```