https://github.com/kristinbaumann/react-sketchapp-starter-kit
Initial Setup for React Sketchapp Project
https://github.com/kristinbaumann/react-sketchapp-starter-kit
react react-sketchapp sketch sketchapp
Last synced: 21 days ago
JSON representation
Initial Setup for React Sketchapp Project
- Host: GitHub
- URL: https://github.com/kristinbaumann/react-sketchapp-starter-kit
- Owner: kristinbaumann
- Created: 2017-07-13T11:11:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T08:07:03.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T06:22:35.120Z (about 1 month ago)
- Topics: react, react-sketchapp, sketch, sketchapp
- Language: JavaScript
- Homepage:
- Size: 419 KB
- Stars: 27
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Initial Setup for a React Sketch.app Project## Usage
Tested with Sketch v.50.2* Clone this repository
```bash
git clone [email protected]:kristinbaumann/react-sketchapp-starter-kit.git project-name
cd project-name
rm -rf .git* Install npm dependencies
```bash
npm install
```* Open Sketch with a new project
* Render the React code
```bash
npm run render
```* View the result in Sketch:
