# electron-react-code-app **Repository Path**: arpatJan_admin/electron-react-code-app ## Basic Information - **Project Name**: electron-react-code-app - **Description**: electron + sqlite + es(不是必须的) , 牛马助手工具 可以保存文本,用户复制到粘贴板 可以保存app路径, 可以快速打开 可以保存网址, 直接使用默认浏览器打开 可以保存目录地址, 用资源管理器(访达)打开 如果本地有es, 可以将指定目录下的指定类型(文件拓展名)的文件存储到es里进行索引,在使用默认打开方式打开 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-09-07 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # electron-react-app An Electron application with React and TypeScript ## Recommended IDE Setup - [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) ## Project Setup ### Install ```bash $ yarn ``` ### Development ```bash $ yarn dev ``` ### Build ```bash # For windows $ yarn build:win # For macOS $ yarn build:mac # For Linux $ yarn build:linux ```