nw-react-boilerplate

NW.js + React.js Boilerplate


Keywords
nw, nw.js, nwjs, node-webkit, react, boilerplate
License
MIT
Install
npm install nw-react-boilerplate@0.1.4

Documentation

nw-react-boilerplate

This project was bootstrapped with Create NW.js React App

Installation

git clone --depth 1 https://github.com/naviapps/nw-react-boilerplate my-app
cd my-app
npm install

Start

npm start

Build

npm run build

Build settings

package.json

{
  //...
  // See https://github.com/nwjs-community/nw-builder
  "nwBuilder": {
    "platforms": [
      "osx64",
      "win32",
      "win64"
    ],
    "version": "latest", // 0.24.4, 0.25.0 etc.
    "buildDir": "./build",
    "cacheDir": "./cache"
  }
}