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

https://github.com/calebnance/electron-react-starter

Electron + React Starter
https://github.com/calebnance/electron-react-starter

Last synced: 8 months ago
JSON representation

Electron + React Starter

Awesome Lists containing this project

README

          

# Electron + React Starter

## Install & Build

**Install**

```bash
npm install
```

**Development**

```bash
npm run electron:start
```

## Helpful Links

- [Tutorial: Electron + Creat React App](https://mmazzarolo.com/blog/2021-08-12-building-an-electron-application-using-create-react-app/)