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

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

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