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

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

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
```