Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamoda/react-electron-boilerplate
https://github.com/shamoda/react-electron-boilerplate
boilerplate electronjs knowledge-sharing reactjs
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shamoda/react-electron-boilerplate
- Owner: shamoda
- License: mit
- Created: 2021-01-06T11:13:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T11:15:35.000Z (about 4 years ago)
- Last Synced: 2024-11-05T14:50:56.892Z (2 months ago)
- Topics: boilerplate, electronjs, knowledge-sharing, reactjs
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Electron React Boilerplate
This project was bootstrapped with create-react-app
#### All the initial basic configurations are done.
- No need to do any manual Webpack configurations
- You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
- If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time.
- Note: `eject` is a one-way operation. Once you eject, you can’t go back!
#### Already in
```bash
react
react-dom
electron
concurrently
wait-on
electron-is-dev
electron-builder
```#### Install Node modules
```bash
npm install
```#### Run the app in Development mode
```bash
npm start
```
---![Snapshot 1](/src/Assets/boilerplate.png)
---