Building from source
Simple Web Server is build using Electron.
If not already installed, install git and Node.js (which will also install npm).
Download the source code from GitHub.
Run npm install
in the main directory to download dependencies.
To compile and run: npm start
.
To package for distribution: npm run make
.