https://github.com/wahawaher/erts-app
Desktop App Template (Electron, React, TypeScript)
https://github.com/wahawaher/erts-app
cra create-react-app electron electron-store react redux redux-persist redux-thunk typescript
Last synced: 3 months ago
JSON representation
Desktop App Template (Electron, React, TypeScript)
- Host: GitHub
- URL: https://github.com/wahawaher/erts-app
- Owner: WahaWaher
- Created: 2021-07-05T10:27:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T10:51:44.000Z (about 5 years ago)
- Last Synced: 2025-06-04T09:52:00.261Z (about 1 year ago)
- Topics: cra, create-react-app, electron, electron-store, react, redux, redux-persist, redux-thunk, typescript
- Language: TypeScript
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop App Template
typescript, electron, electron-store, react(cra), react-redux, react-thunk, redux-persist
# Get started
#### 1. Clone and install
```bash
git clone https://github.com/WahaWaher/erts-app app-name
cd app-name && yarn
cd ui && yarn
cd ..
```
#### 2. Fill/edit package.json
#### 3. Scripts
```bash
yarn dev:ui # start dev ui
yarn dev:main # start dev main process
yarn dev:ts # start typescript compiler for main process (watch mode)
yarn build:pre # make unpacked prebuild
yarn build:release # build release for win x64 (installer, zip)
```