Altynaisuny / nw.js-examples

NW.js features demonstrated in a simple project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NW.js features demonstrated in a simple project

License:MIT License


Languages

Language:HTML 77.3%Language:JavaScript 18.0%Language:CSS 4.7%