7704c0c0676c58b764a84bf0e453368c7b32c548
- Create main process structure (services, dao, controllers, models, utils, config) - Create preload script directory with .gitkeep - Create renderer structure (pages, components, hooks, styles) - Add placeholder App.tsx for React (to be implemented in later tasks) - Create config, tests, logs directories - Create data directories (temp, output, reports) - Update .gitignore to exclude logs, data files, and environment configs Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
erpauto
An Electron application with React and TypeScript
Recommended IDE Setup
Project Setup
Install
$ npm install
Development
$ npm run dev
Build
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
Description
Languages
TypeScript
97.1%
JavaScript
2%
C#
0.4%
CSS
0.3%
TSQL
0.2%