# electron-antd
**Repository Path**: wxingheng/electron-antd
## Basic Information
- **Project Name**: electron-antd
- **Description**: electron + react +antd
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 5
- **Created**: 2017-08-05
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Quick start
```bash
npm start
```
## DevTools
Toggle DevTools:
* OSX: Cmd Alt I or F12
* Linux: Ctrl Shift I or F12
* Windows: Ctrl Shift I or F12
## Packaging
Modify [electron-builder.yml](./electron-builder.yml) to edit package info.
For a full list of options see: https://github.com/electron-userland/electron-builder/wiki/Options.
Create a package for OSX, Windows and Linux
```
npm run pack
```
Or target a specific platform
```
npm run pack:mac
npm run pack:win
npm run pack:linux
```
## Tests
```
npm run test
```