Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡
- Host: GitHub
- URL: https://github.com/saltyshiomix/create-nextron-app
- Owner: saltyshiomix
- License: mit
- Created: 2018-11-18T14:00:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:23:58.000Z (about 1 month ago)
- Last Synced: 2024-12-24T20:08:16.981Z (5 days ago)
- Topics: electron, nextjs, nextron
- Language: JavaScript
- Homepage: https://npm.im/nextron
- Size: 204 KB
- Stars: 91
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
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 ⚡