๐Ÿ“ฆ waynehamadi / whatever

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/waynehamadi/whatever.git
HTTPS git clone https://github.com/waynehamadi/whatever.git
SSH git clone git@github.com:waynehamadi/whatever.git
CLI gh repo clone waynehamadi/whatever
merwanehamadi merwanehamadi Initial commit f8a5ca6 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc.yml
๐Ÿ“„ LICENSE
๐Ÿ“„ manifest.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ webpack.config.js
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Figma Plugin React Template

62862431-71537f00-bd0e-11e9-85db-d97c0fb729a4

This template contains the react example as shown on Figma Docs, with some structural changes and extra tooling.

Quickstart

  • Run yarn to install dependencies.
  • Run yarn build:watch to start webpack in watch mode.
  • Open Figma -> Plugins -> Development -> Import plugin from manifest... and choose manifest.json file from this repo.
โญ To change the UI of your plugin (the react code), start editing App.tsx. โญ To interact with the Figma API edit controller.ts. โญ Read more on the Figma API Overview.

Toolings

This repo is using:

  • React + Webpack
  • TypeScript
  • Prettier precommit hook