/electron-vite-remotion

An example project combining Electron, Vite, and Remotion for building video applications.

Primary LanguageTypeScriptMIT LicenseMIT

Electron + Remotion

An example project combining Electron, Vite, and Remotion for building video applications.

Electron + Remotion demo

🛫 Quick Setup

# clone the project
git clone https://github.com/avibn/electron-vite-remotion.git

# enter the project directory
cd electron-vite-remotion

# install dependency
npm install

# develop
npm run dev

# or to build
npm run build

📃 Sources