Skip to content

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

License

Notifications You must be signed in to change notification settings

avibn/electron-vite-remotion

Repository files navigation

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