https://github.com/soorajshankar/electron_app
https://github.com/soorajshankar/electron_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soorajshankar/electron_app
- Owner: soorajshankar
- Created: 2021-05-15T17:57:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T17:57:16.000Z (about 4 years ago)
- Last Synced: 2025-01-18T04:11:53.715Z (5 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 2
- 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
npm install
``````bash
yarn install
```## Usage
In order to run this project 2 scripts will need to be executed `dev:react` and `dev:electron`, run each one in a different terminal and always run `dev:react` before `dev:electron`, or `dev` to run them in order automatically```bash
npm run dev:react
```
```bash
npm run dev:electron
```or
```bash
npm run dev
```## Packaging
To generate a project package run `package````bash
npm run package
```## Contributing
Pull requests are always welcome 😃.
## License
[MIT](https://choosealicense.com/licenses/mit/)