https://github.com/react-figma/react-figma-boilerplate
👯♀️ Boilerplate app for react-figma
https://github.com/react-figma/react-figma-boilerplate
boilerplate figma-plugins react-figma react-figma-plugin
Last synced: 3 months ago
JSON representation
👯♀️ Boilerplate app for react-figma
- Host: GitHub
- URL: https://github.com/react-figma/react-figma-boilerplate
- Owner: react-figma
- Created: 2019-08-22T11:06:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T14:33:50.000Z (about 3 years ago)
- Last Synced: 2025-10-28T14:05:45.795Z (7 months ago)
- Topics: boilerplate, figma-plugins, react-figma, react-figma-plugin
- Language: TypeScript
- Homepage:
- Size: 804 KB
- Stars: 79
- Watchers: 3
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-figma boilerplate
A basic template to start working with [react-figma](https://www.npmjs.com/package/react-figma) package
The template includes:
- Basic file structure
- TypeScript configuration
- Webpack configuration
## Quick start
- clone repository from GitHub
````
git clone https://github.com/react-figma/react-figma-boilerplate.git
````
- install node modules either with `Yarn` or `npm`
Yarn:
````
cd
yarn
````
npm:
````
cd
npm install
````
- run
Yarn:
````
yarn webpack:watch
````
npm:
````
cd
npm run webpack:watch
````