React Figma Boilerplate Save

👯‍♀️ Boilerplate app for react-figma

Project README

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 Yarn or npm

    Yarn:

    cd <your project name>
    yarn 
    

    npm:

    cd <your project name>
    npm install
    
  • run

    Yarn:

    yarn webpack:watch 
    

    npm:

    cd <your project name>
    npm run webpack:watch
    
Open Source Agenda is not affiliated with "React Figma Boilerplate" Project. README Source: react-figma/react-figma-boilerplate
Stars
68
Open Issues
8
Last Commit
11 months ago

Open Source Agenda Badge

Open Source Agenda Rating