https://github.com/devdario/electronjs-starter-app
My first ElectronJS App
https://github.com/devdario/electronjs-starter-app
electronjs javascript login-form
Last synced: 23 days ago
JSON representation
My first ElectronJS App
- Host: GitHub
- URL: https://github.com/devdario/electronjs-starter-app
- Owner: DevDario
- License: mit
- Created: 2025-03-15T13:27:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T14:45:24.000Z (about 1 year ago)
- Last Synced: 2025-03-15T15:31:13.366Z (about 1 year ago)
- Topics: electronjs, javascript, login-form
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
simple ElectronJS App that showcases a Login form for Angoway System
# Running Locally
1. Clone the repo
``` powershell
git clone https://github.com/DevDario/electronjs-starter-app
```
2. Access the folder
``` powershell
cd electronjs-starter-app
```
3. Install dependencies
``` powershell
npm install
```
4. Run the app
``` powershell
npm run start
```