react-figma-boilerplate
                                
                                 react-figma-boilerplate copied to clipboard
                                
                                    react-figma-boilerplate copied to clipboard
                            
                            
                            
                        👯♀️ Boilerplate app for react-figma
react-figma boilerplate
A basic template to start working with 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 <your project name>
- 
install node modules either with YarnornpmYarn: cd <your project name> yarnnpm: cd <your project name> npm install
- 
run Yarn: yarn webpack:watchnpm: cd <your project name> npm run webpack:watch