https://github.com/debbl/electron-app-ffmpeg
https://github.com/debbl/electron-app-ffmpeg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debbl/electron-app-ffmpeg
- Owner: Debbl
- Created: 2023-03-28T11:08:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T05:26:30.000Z (over 1 year ago)
- Last Synced: 2025-01-24T22:41:38.818Z (over 1 year ago)
- Language: TypeScript
- Size: 642 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Usage
### Create an App
```
# with npx
$ npx create-nextron-app my-app --example with-ant-design
# with yarn
$ yarn create nextron-app my-app --example with-ant-design
# with pnpx
$ pnpx create-nextron-app my-app --example with-ant-design
```
### Install Dependencies
```
$ cd my-app
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
```
### Use it
```
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)
```
## Resources