Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondhiew00/electron-typescript-react
https://github.com/desmondhiew00/electron-typescript-react
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/desmondhiew00/electron-typescript-react
- Owner: desmondhiew00
- Created: 2021-07-02T03:50:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T03:50:53.000Z (over 3 years ago)
- Last Synced: 2024-11-10T10:18:21.991Z (2 months ago)
- Language: JavaScript
- 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/)