Building from source

Simple Web Server is build using Electronopen in new window.

If not already installed, install gitopen in new window and Node.jsopen in new window (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.