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.
- Host: GitHub
- URL: https://github.com/kkamara/desktop-reactjs-boilerplate
- Owner: kkamara
- License: bsd-3-clause
- Created: 2023-06-01T12:56:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T21:11:27.000Z (about 1 year ago)
- Last Synced: 2025-05-12T21:25:27.407Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README

# 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)