create-nextron-app

5.2.0 • Public • Published

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

Examples

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

Related

Nextron - ⚡ Electron + Next.js ⚡

Package Sidebar

Install

npm i create-nextron-app

Weekly Downloads

215

Version

5.2.0

License

MIT

Unpacked Size

8.46 kB

Total Files

5

Last publish

Collaborators

  • saltyshiomix