https://github.com/bernardoduarte/electron-typescript-react
https://github.com/bernardoduarte/electron-typescript-react
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardoduarte/electron-typescript-react
- Owner: bernardoduarte
- License: mit
- Created: 2023-01-28T14:53:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T00:47:25.000Z (over 3 years ago)
- Last Synced: 2025-03-28T12:30:15.923Z (about 1 year ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)