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

https://github.com/bkdev98/cra-antd-electron

Template for quick develop desktop apps using Create React App, Ant Design and Electron.
https://github.com/bkdev98/cra-antd-electron

ant-design create-react-app electron

Last synced: about 1 year ago
JSON representation

Template for quick develop desktop apps using Create React App, Ant Design and Electron.

Awesome Lists containing this project

README

          

# cra-antd-electron

> Template for quick develop desktop apps using Create React App, Ant Design and Electron.

### Development

```
yarn install
yarn develop
```

### Deployment

```
yarn build
```

### Contribute

See [https://github.com/bkdev98/cra-antd-electron/issues](https://github.com/bkdev98/cra-antd-electron/issues).

### License

[MIT License](https://github.com/bkdev98/cra-antd-electron/blob/master/LICENSE.md)