https://github.com/robertoachar/playground-electron-react
A playground for Electron with React.
https://github.com/robertoachar/playground-electron-react
Last synced: 11 months ago
JSON representation
A playground for Electron with React.
- Host: GitHub
- URL: https://github.com/robertoachar/playground-electron-react
- Owner: robertoachar
- License: mit
- Created: 2021-12-04T12:50:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T23:29:53.000Z (over 4 years ago)
- Last Synced: 2025-06-20T11:44:39.995Z (about 1 year ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-electron-react
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for Electron with React.
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/playground-electron-react.git
```
- Install dependencies
```bash
$ npm install
```
- Run scripts
| Action | Usage (npm) | Usage (yarn) |
| ----------------------------------- | ----------------------- | -------------------- |
| Start development mode | `npm start` | `yarn start |
| Run lint | `npm run lint` | `yarn lint` |
| Start lint in watch mode | `npm run lint:watch` | `yarn lint:watch` |
| Run tests | `npm run jest` | `yarn jest` |
| Start tests in watch mode | `npm run jest:watch` | `yarn jest:watch` |
| Run tests with code coverage | `npm run jest:coverage` | `yarn jest:coverage` |
| Run lint + tests | `npm test` | `yarn test` |
| Start lint + tests in watch mode | `npm test:watch` | `yarn test:watch` |
| Run lint + tests with code coverage | `npm test:coverage` | `yarn test:coverage` |
## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/playground-electron-react/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/playground-electron-react.svg
[license-url]: https://opensource.org/licenses/MIT