Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinekm/electron-react-typescript
https://github.com/antoinekm/electron-react-typescript
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antoinekm/electron-react-typescript
- Owner: AntoineKM
- Created: 2021-09-14T09:45:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T02:42:35.000Z (2 months ago)
- Last Synced: 2024-08-26T03:55:03.617Z (2 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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/)