https://github.com/durrezahmed/electron-react-starter-template
This is a electron-react-starter-template for building desktop apps with electron and react.
https://github.com/durrezahmed/electron-react-starter-template
electron html5 javascript reactjs
Last synced: about 2 months ago
JSON representation
This is a electron-react-starter-template for building desktop apps with electron and react.
- Host: GitHub
- URL: https://github.com/durrezahmed/electron-react-starter-template
- Owner: durrezahmed
- Created: 2022-07-11T06:49:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T07:58:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T07:40:58.297Z (over 1 year ago)
- Topics: electron, html5, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron & React Starter Template
Build desktop apps with Electron and React.
## Usage
### Install Dependencies
```
npm install
```
### Build React Code (in one terminal window)
```
npm run watch
```
### Start the Electron App (in another terminal window)
```
npm start
```