https://github.com/arcbjorn/electron-react-template
Electron & React template
https://github.com/arcbjorn/electron-react-template
electron eslint react typescript
Last synced: 2 months ago
JSON representation
Electron & React template
- Host: GitHub
- URL: https://github.com/arcbjorn/electron-react-template
- Owner: arcbjorn
- Created: 2021-05-25T13:16:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T13:36:40.000Z (about 5 years ago)
- Last Synced: 2025-06-13T18:47:43.707Z (about 1 year ago)
- Topics: electron, eslint, react, typescript
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Electron & React template
using Electron-forge, Typescript and Eslint
### Development
```bash
cd
# install dependencies
yarn
# run the app
yarn start
# lint the app
yarn lint
```
### Production
```bash
cd
# make distributables for the app
# (with Forge config and passed parameters)
yarn make
# package the app into a platform specific format
# put the result in a folder
yarn package
# make the app & publish it to the publish targets (defined in forge config)
yarn publish
```