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

https://github.com/fkhadra/cra-electron

Create-react-app electron starter kit
https://github.com/fkhadra/cra-electron

Last synced: 9 months ago
JSON representation

Create-react-app electron starter kit

Awesome Lists containing this project

README

          

# Create-react-app electron 🦄

## Usage

During development:

```js
yarn start
```

Packaging:

```js
yarn build
```