https://github.com/toweringcloud/react-ffmpeg-starter
video transformer frontend web app using vite + typescript v5 + react v19 + ffmpeg.wasm
https://github.com/toweringcloud/react-ffmpeg-starter
Last synced: 9 months ago
JSON representation
video transformer frontend web app using vite + typescript v5 + react v19 + ffmpeg.wasm
- Host: GitHub
- URL: https://github.com/toweringcloud/react-ffmpeg-starter
- Owner: toweringcloud
- License: mit
- Created: 2025-07-05T07:09:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T17:24:14.000Z (12 months ago)
- Last Synced: 2025-07-05T18:52:29.576Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-ffmpeg-starter
video stream processing frontend web app using vite + typescript v5 + react v19 + tailwindcss v4 + ffmpeg.wasm v0.12
## how to run
### setup
- install latest bun runtime
```sh
$ curl -fsSL https://bun.sh/install | bash
bun was installed successfully to ~/.bun/bin/bun
$ bun -v
1.2.15
```
### configure
- install packages with bun
````sh
$ bun init -y
$ bun i
- create runtime variables
```sh
$ cat .env
REACT_APP_API_ENDPOINT={YOUR_API_ENDPOINT}
````
### launch
- run bun app with development mode
```sh
$ bun dev
```