https://github.com/joaogsleite/electron-frontend
Electron app frontend boilerplate (should be used with electron-backend project)
https://github.com/joaogsleite/electron-frontend
electron ipc multilang react-router reactjs redux
Last synced: 3 months ago
JSON representation
Electron app frontend boilerplate (should be used with electron-backend project)
- Host: GitHub
- URL: https://github.com/joaogsleite/electron-frontend
- Owner: joaogsleite
- Created: 2019-07-01T12:22:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T04:44:47.000Z (about 3 years ago)
- Last Synced: 2025-10-04T19:37:09.247Z (9 months ago)
- Topics: electron, ipc, multilang, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron frontend
Electron app frontend boilerplate.
This project should be used with [electron-backend](https://github.com/joaogsleite/electron-backend) project.
## Available Scripts
### `npm start`
Runs the app in the development mode.
The electron backend project must be running in development mode. (`npm run dev`)
The page will reload if you make edits.
You will also see any lint errors in the console.
> This project does not work in a web browser, it must be open inside electron window!
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
> After building this project, the `build/` folder should be copied to the electron backend `public/` folder
## Debug
This project includes debug configuration for vscode.
The electron-backend project must also be opened in debug mode for the frontend debug to work.