Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammdec/figma-dev
Build figma plugins with a modern toolchain
https://github.com/sammdec/figma-dev
es6 figma figma-api figma-plugins react
Last synced: 16 days ago
JSON representation
Build figma plugins with a modern toolchain
- Host: GitHub
- URL: https://github.com/sammdec/figma-dev
- Owner: sammdec
- License: mit
- Created: 2019-04-26T22:41:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:36:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T03:54:24.409Z (about 1 month ago)
- Topics: es6, figma, figma-api, figma-plugins, react
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 15
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# 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