Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejustinwalsh/uxp-starter-react

Complete starter for writing UXP plugins using React and Typescript.
https://github.com/thejustinwalsh/uxp-starter-react

adobe jsx react spectrum tsx typescript uxp

Last synced: about 1 month ago
JSON representation

Complete starter for writing UXP plugins using React and Typescript.

Awesome Lists containing this project

README

        

# uxp-starter-react
> Complete starter for writing UXP plugins using React and Typescript.

## Setup
```
npm install
```

The install scripts will ask you to enter in some information about your plugin. You can re-run this process with `npm run manifest` at any time.

```
npm run build
# or
npm run watch
```

During plugin development use `npm run watch` to monitor for file changes and re-bundle. Once you are happy with your plugin and are ready to publish or distribute use `npm run build` to generate the production bundle.

## Prerequisites
- [UXP DevTools](https://github.com/adobe-uxp/devtools-cli), please follow the instructions there.
- Adobe Photoshop or Adobe XD (Creative Cloud Subscription)