sammdec / figma-dev

Build figma plugins with a modern toolchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

figma-dev

Get started with developing figma plugins

figma-dev allows you to develop figma plugins using modern ES6 code for both the figma sandbox and the UI. This template is pre-configured to use the latest version of react to build your plugin UI with.

Install

Click the Use this template button to setup a new repo as this as the template

Clone your version of the repo

Run yarn install or npm install

Once all the dependencies are installed run yarn dev or npm run dev this will compile all your code and re-build on subsequent saves.

When your ready to build your code you can run yarn build or npm run build and you can find the build artefeacts in the dist folder

License

MIT

About

Build figma plugins with a modern toolchain

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%