Simple Web ServerSimple Web Server
Download
Documentation
  • English
  • 简体中文
  • 繁體中文
  • Español
  • Français
  • Português
  • Русский
  • Deutsch
  • 日本
  • 한국어
  • Italiano
  • Українська
  • Azərbaycanca
  • Nederlands
  • Svenska
GitHub
Download
Documentation
  • English
  • 简体中文
  • 繁體中文
  • Español
  • Français
  • Português
  • Русский
  • Deutsch
  • 日本
  • 한국어
  • Italiano
  • Українська
  • Azərbaycanca
  • Nederlands
  • Svenska
GitHub
    • Server Options
    • App Settings
    • Editing config.json
    • Using HTTPS
    • Viewing logs
    • Building from source
    • Coming from Web Server for Chrome?
    • Introduction to plugins
    • Plugin manifest file
    • Plugin script
    • Advanced configuration using .swshtaccess files
    • Using custom scripts
    • Creating a custom request handler

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.

Edit this page on GitHub
Prev
Viewing logs
Next
Coming from Web Server for Chrome?