This package has been deprecated

Author message:

this package has been deprecated

nw-react-boilerplate

0.1.4 • Public • Published

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"
  }
}

Package Sidebar

Install

npm i nw-react-boilerplate

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • naviapis