https://github.com/theunderscorer/electron-boilerplate-react
Simple boilerplate for electron with react
https://github.com/theunderscorer/electron-boilerplate-react
Last synced: 3 months ago
JSON representation
Simple boilerplate for electron with react
- Host: GitHub
- URL: https://github.com/theunderscorer/electron-boilerplate-react
- Owner: TheUnderScorer
- Created: 2019-09-22T14:36:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T20:26:53.000Z (about 2 years ago)
- Last Synced: 2025-01-17T03:31:57.568Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron boilerplate react
This project is an simple boilerplate that I use for my projects with electron. The boilerplate consists of:
- React (via create create-react-app)
- Typescript
- Redux
- Material UI
- Router
- Storybook### How to start
1. `git clone` this repo
2. `npm install`
3. `npm run electron-dev`### How to build
1. `electron-pack`
### How to test
1. `npm run test`