https://github.com/weaponsforge/electroweb
Testing HTML website rendering in an electron web browser.
https://github.com/weaponsforge/electroweb
desktop-app electron experiment webviewer
Last synced: 4 days ago
JSON representation
Testing HTML website rendering in an electron web browser.
- Host: GitHub
- URL: https://github.com/weaponsforge/electroweb
- Owner: weaponsforge
- Created: 2022-05-08T20:15:47.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-09T09:21:47.000Z (almost 4 years ago)
- Last Synced: 2025-06-28T06:42:12.142Z (10 months ago)
- Topics: desktop-app, electron, experiment, webviewer
- Language: CSS
- Homepage:
- Size: 850 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## electroweb
Testing loading an HTML website in an electron web browser.

## Requirements
1. Windows 10 OS
2. NodeJS v14.18.3
### Core Libraries and Frameworks
The following libraries and frameworks are automatically downloaded and installed during installation.
1. electron v18.2.0
2. electron-builder v23.0.3
## Installation
1. Clone this repository.
`git clone https://github.com/weaponsforge/electroweb.git`
2. Install dependencies.
`npm install`
## Available Scripts
### `npm start`
Run the electron app.
### `npm run dev`
Load the website for localhost development with hot reload (using webpack 5).
### `npm run build`
Pack the raw HTML website source for production distribution using webpack inside the `/build` directory.
### `npm run dist`
Package the electron app into an executable (**.exe**) file for Windows OS inside the `/dist` directory.
### `npm run lint`
Lint the JavaScript files.
### `npm run lint:fix`
Fix lint errors.
@weaponsforge
20220508