/react-sketchapp-boilerplate

A basic project to quickly get you up and running for creating a react-sketchapp

Primary LanguageJavaScript

react-sketchapp-boilerplate

A boilerplate project to quickly get you up and running.

Usage

  • Clone this repo -

    git clone https://github.com/brijeshb42/react-sketchapp-boilerplate.git your-project-name
    cd your-project-name
    rm -rf .git
    
  • Install npm dependencies -

    npm install
  • Run the project -

    npm run render

Make sure the Sketch app is already running and you have an empty project open.

README will be updated with more commands soon.