https://github.com/webdevsk/wxt-react-starter
https://github.com/webdevsk/wxt-react-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdevsk/wxt-react-starter
- Owner: webdevsk
- Created: 2025-03-22T10:33:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T09:25:36.000Z (10 months ago)
- Last Synced: 2025-03-25T10:21:39.135Z (10 months ago)
- Language: CSS
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WXT + React
This template should help get you started developing with React in WXT.
```sh
bun create webdevsk/wxt-react-starter
```
You can also use your own project name by appending it to the script
```sh
bun create webdevsk/wxt-react-starter my-browser-extension
```
Or if you have already created the directory
```sh
mkdir my-browser-extension
cd my-browser-extension
bun create webdevsk/wxt-react-starter .
```