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: about 1 year ago
JSON representation
Create nextron (Next.js + Electron) apps in one command ⚡
- Host: GitHub
- URL: https://github.com/saltyshiomix/create-nextron-app
- Owner: saltyshiomix
- License: mit
- Created: 2018-11-18T14:00:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T23:49:38.000Z (over 1 year ago)
- Last Synced: 2025-03-28T13:04:22.674Z (about 1 year ago)
- Topics: electron, nextjs, nextron
- Language: JavaScript
- Homepage: https://npm.im/nextron
- Size: 220 KB
- Stars: 93
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ⚡