An open API service indexing awesome lists of open source software.

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)

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.