Create nextron (Next.js + Electron) apps in one command ⚡
Usage
With Npm
$ npx create-nextron-app my-app
$ npx create-nextron-app my-app --example with-typescript-material-ui
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v8
With Yarn
$ yarn create nextron-app my-app
$ yarn create nextron-app my-app --example with-typescript-material-ui
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v8
Examples
https://github.com/saltyshiomix/nextron/tree/main/examples
Related
Nextron - ⚡ Electron + Next.js ⚡