fencing project structure

This commit is contained in:
Peter Morton 2025-08-07 22:13:23 -05:00
parent 9c5877677f
commit d7bf1e9004

View File

@ -8,12 +8,14 @@ The app uses a `.env` file to allow easy configuration of the window size, title
## 📁 Project Structure ## 📁 Project Structure
```
electron-spa-app/ electron-spa-app/
├── src/ # Electron main process code ├── src/ # Electron main process code
│ └── main.js │ └── main.js
├── .env # App configuration ├── .env # App configuration
├── package.json ├── package.json
└── README.md └── README.md
```
--- ---
@ -39,8 +41,8 @@ electron-spa-app/
1. **Clone the repository or copy the project:** 1. **Clone the repository or copy the project:**
```bash ```bash
git clone https://github.com/your-username/electron-spa-app.git git https://git.mortons.site/verint.com/iva-studio-workspace.git
cd electron-spa-app cd iva-studio-workspace/electron-spa-app
npm install npm install
``` ```