An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![react-sketchapp-starter-kit logo](https://github.com/kristinbaumann/react-sketchapp-starter-kit/blob/master/src/img/logo.png)

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:

![react-sketchapp-starter-kit result](https://github.com/kristinbaumann/react-sketchapp-starter-kit/blob/master/src/img/sketch.png)