A boilerplate project to quickly get you up and running.
-
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.