https://github.com/j5gomes/electron-template
🖥️ An simple Electron + Typescript + React boilerplate 🦴
https://github.com/j5gomes/electron-template
electron react typescript
Last synced: about 2 months ago
JSON representation
🖥️ An simple Electron + Typescript + React boilerplate 🦴
- Host: GitHub
- URL: https://github.com/j5gomes/electron-template
- Owner: j5gomes
- Created: 2021-06-20T17:52:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T17:52:22.000Z (about 5 years ago)
- Last Synced: 2025-06-04T05:01:57.814Z (about 1 year ago)
- Topics: electron, react, typescript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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/)