Skip to content

ilyalesik/logo

Repository files navigation

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/LosYear/react-figma-boilerplate.git
    
  • install node modules either with Yarn or npm

    Yarn:

    cd react-figma-boilerplate
    yarn 
    

    npm:

    cd react-figma-boilerplate
    npm install
    
  • run

    Yarn:

    yarn webpack:watch 
    

    npm:

    cd react-figma-boilerplate
    npm run webpack:watch
    

About

Community logo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published