Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.32 KB

File metadata and controls

55 lines (39 loc) · 1.32 KB

Create nextron (Next.js + Electron) apps in one command ⚡

Usage

With npm

# `basic-lang-javascript` example
$ npx create-nextron-app my-app

# `with-tailwindcss` example
$ npx create-nextron-app my-app --example with-tailwindcss

With yarn

# `basic-lang-javascript` example
$ yarn create nextron-app my-app

# `with-tailwindcss` example
$ yarn create nextron-app my-app --example with-tailwindcss

With pnpm

# `basic-lang-javascript` example
$ pnpm dlx create-nextron-app my-app

# `with-tailwindcss` example
$ pnpm dlx create-nextron-app my-app --example with-tailwindcss

Examples

https://github.com/saltyshiomix/nextron/tree/main/examples

Related

Nextron - ⚡ Electron + Next.js ⚡