Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 216 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 216 Bytes

NW.js Next.js Example

An example of Next.js running in NW.js

Getting Started

Install node modules

npm i

Run application:

npm run dev

Build application:

npm run bld