# electron-react-typescript-antd-template **Repository Path**: northern_bank/electron-react-typescript-antd-template ## Basic Information - **Project Name**: electron-react-typescript-antd-template - **Description**: a template for build electron app, using react+ant-design, typescript. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Install Clone the repo and install dependencies: ```bash git clone --depth 1 --branch master https://gitee.com/northern_bank/electron-react-typescript-antd-template.git your-project-name cd your-project-name yarn ``` ## Starting Development Start the app in the `dev` environment: ```bash yarn start ``` ## Packaging for Production To package apps for the local platform: ```bash yarn package ``` ## issues when packaging for production [how to handling packing issue.](tools/electron-builder-failed.md)