Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thejustinwalsh/uxp-starter-react
- Owner: thejustinwalsh
- License: mit
- Created: 2021-06-20T22:12:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T14:42:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T19:49:56.388Z (8 months ago)
- Topics: adobe, jsx, react, spectrum, tsx, typescript, uxp
- Language: TypeScript
- Homepage:
- Size: 405 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)