Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saltyshiomix/create-nextron-app

Create nextron (Next.js + Electron) apps in one command ⚡
https://github.com/saltyshiomix/create-nextron-app

electron nextjs nextron

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        











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

## Usage

### With npm

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

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

### With yarn

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

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

## Examples

## Related

[Nextron](https://github.com/saltyshiomix/nextron) - ⚡ Electron + Next.js ⚡