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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b38ffca Β· Jan 26, 2025

History

9 Commits
Aug 1, 2024
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024
Jul 22, 2024
Jul 4, 2024
Jul 22, 2024
Jul 21, 2024
Jul 21, 2024
Jul 4, 2024
Jul 4, 2024
Jul 22, 2024
Jul 21, 2024
Jul 21, 2024
Jan 24, 2025
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024
Jul 4, 2024

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