Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```