An open API service indexing awesome lists of open source software.

https://github.com/kkamara/desktop-reactjs-boilerplate

(01 Jun 2023) (Download) ElectronJS, ReactJS 16.
https://github.com/kkamara/desktop-reactjs-boilerplate

Last synced: 5 months ago
JSON representation

(01 Jun 2023) (Download) ElectronJS, ReactJS 16.

Awesome Lists containing this project

README

          

drb.png

# desktop-reactjs-boilerplate

(01 Jun 2023) ElectronJS, ReactJS 16.

## Installation

* [NodeJS](https://nodejs.org) (arrives with [npmjs](https://www.npmjs.com)).

```bash
npm install --global yarn
```

## Usage

Build refreshes on project file save.

```bash
yarn start
```

## Building target: your machine

```bash
yarn build
```

## Building target: cross-platform

```bash
# --linux --win --mac --ia32 --x64
yarn release
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[BSD](https://opensource.org/licenses/BSD-3-Clause)