An Electron application with React and TypeScript
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
Steps to run
- yarn create @quick-start/electron
- Choose React, Typescript, Electron Updater (YES), Download Mirror proxy (YES)
- run
yarn
Add remotion to project,
- run this command
yarn add @remotion/cli remotion
- Copy over files from remotion examples which are all files in
/src/remotion
folder - Change configre in 2 files
tsconfig.node.json
andtsconfig.web.json
to make it work with typescript - Run
npx remotion studio src/remotion/index.ts
to make sure that included example works. And it does.