NW.js features demonstrated in a simple project.
This project is part of the article Building a Cross-Platform Desktop App with NW.js on Sitepoint.
-
Clone or download this repository
-
Navigate to the project folder with a CLI
-
Run the following:
$ npm install $ cd src/ $ npm install $ cd ..
To run the application directly in your development environment run:
$ npm run dev
To build the application for Windows 32/64 bit, Mac OS X 64 bit and Linux 32/64 bit run the following:
$ npm run prod
The output files can be found under dist/
.