Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1 KB

File metadata and controls

43 lines (28 loc) · 1 KB

electron-react-typescript-starter

一个支持React、TypeScript的Electron启动器。

特性

  • 🚀 支持 React
  • 💡 支持 TypeScript
  • 🌱 支持 Less
  • ⚡️ 支持 局部热更新(react-hot-loader)
  • 🛠️ 集成React-Devtools、Redux-Devtools
  • 🚨 集成Eslint、StyleLint、Prettier
  • 🔍 集成husky、lint-staged,支持pre-commit代码规范检测

快速上手

# 克隆此存储库
git clone https://github.com/gaoac/electron-react-typescript-starter.git

# 进入存储库
cd electron-react-typescript-starter

# 安装依赖
npm install # 或者 yarn add

# 运行应用程序

npm run start # 或者 yarn start

# 打包(调试)
npm run package # 或者 yarn package

# 打包(分发)
npm run make # 或者 yarn make

相关资源