https://github.com/nwutils/nw-react-next-example
An example of integrating Next with NW.js
https://github.com/nwutils/nw-react-next-example
Last synced: 10 months ago
JSON representation
An example of integrating Next with NW.js
- Host: GitHub
- URL: https://github.com/nwutils/nw-react-next-example
- Owner: nwutils
- License: mit
- Created: 2023-01-26T01:04:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T14:10:54.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:53:05.576Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NW.js Next.js Example
An example of Next.js running in NW.js
## Getting Started
Install node modules
```shell
npm i
```
Run application:
```shell
npm run dev
```
Build application:
```shell
npm run bld
```