Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego3g/electron-typescript-react
:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.
https://github.com/diego3g/electron-typescript-react
Last synced: 20 days ago
JSON representation
:electron: An Electron boilerplate including TypeScript, React, Jest and ESLint.
- Host: GitHub
- URL: https://github.com/diego3g/electron-typescript-react
- Owner: diego3g
- Created: 2020-06-28T22:01:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T09:51:41.006Z (about 1 month ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 1,448
- Watchers: 35
- Forks: 296
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-electron - electron-typescript-react - An Electron boilerplate including TypeScript, React, Jest and ESLint. ![](https://img.shields.io/github/stars/diego3g/electron-typescript-react.svg?style=social&label=Star) (Boilerplates / Tools)
README
## Electron + TypeScript + React
Boilerplate for a project using Electron, React and Typescript.
## Installation
Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies
```bash
yarn
```## Usage
Just run `start` script.
```bash
yarn start
```## Packaging
To generate the project package based on the OS you're running on, just run:
```bash
yarn package
```## Contributing
Pull requests are always welcome 😃.
## License
[MIT](https://choosealicense.com/licenses/mit/)