1.3.0 • Published 4 years ago

react-electron-node v1.3.0

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

Screenshot

Tutorials:

Electron and React

Customize create-react-app:

How to use this project?

  • Fork and clone
  • Edit app info in package.json
  • Edit port # in package.json
  • Edit app info public/manifest.json
  • Edit title in public/index.html
  • Update src/images/logo.svg and splash screen design in public/index.html

Prerequisites

  • Run yarn install

To start development in Electron

  • Run yarn dev

To start development in browser. This is not possible if you're using modules like fs and mysql

  • Run yarn start

To build

  • Run yarn build

To test

  • Run yarn test

To generate coverage report

  • Run yarn cover

To package

  • Run yarn package