Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

julkue/nw.js-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nw.js-examples

NW.js features demonstrated in a simple project.

application screenshot

This project is part of the article Building a Cross-Platform Desktop App with NW.js on Sitepoint.

Requirements

Installation

  1. Clone or download this repository

  2. Navigate to the project folder with a CLI

  3. Run the following:

    $ npm install
    $ cd src/
    $ npm install
    $ cd ..

Development

To run the application directly in your development environment run:

$ npm run dev

Production

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/.