https://github.com/avijeetpandey/react-electron-starter
Boilerplate code for creating react and electron applications
https://github.com/avijeetpandey/react-electron-starter
electron nodejs react
Last synced: 3 months ago
JSON representation
Boilerplate code for creating react and electron applications
- Host: GitHub
- URL: https://github.com/avijeetpandey/react-electron-starter
- Owner: avijeetpandey
- Created: 2020-10-09T22:03:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T23:04:48.000Z (over 5 years ago)
- Last Synced: 2025-01-25T06:25:26.826Z (over 1 year ago)
- Topics: electron, nodejs, react
- Language: HTML
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Electron starter code
This is a boiler plate code for creating react-electron based application
### How to use this boiler plate code
```
git clone https://github.com/avijeetpandey/react-electron-starter.git
cd react-electron-starter
npm install
```
After moving into the directory run the following commands
- **npm start** -> This will launch the default react web app
- **npm run electron** -> This will launch the electron app