Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lizheming/with-webview-react-ts

💎 Template for skpm using typescript and a webview with react
https://github.com/lizheming/with-webview-react-ts

react sketch sketch-plugin skpm skpm-template typescript webview

Last synced: about 1 month ago
JSON representation

💎 Template for skpm using typescript and a webview with react

Awesome Lists containing this project

README

        

# with-webview-react-ts skpm template

Template for skpm using typescript and a webview with react

## Documentation

- This is a template for [skpm](https://github.com/skpm/skpm) using typescript and a webview with react.
- [For skpm](https://github.com/skpm/skpm): General information about how to work with skpm, not specific to this template
- [For Sketch plugin](http://developer.sketchapp.com): General information about sketch plugin developement

## Usage

``` bash
$ npm install -g skpm
$ skpm create my-plugin --template=lizheming/with-webview-react-ts
$ cd my-plugin
$ npm run watch
```

### Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with `skpm`:

``` bash
skpm create my-plugin --template=username/repo
```