Simple Web ServerSimple Web Server
Download
Documentation
  • English
  • العربية
  • Azərbaycanca
  • Deutsch
  • Español
  • Français
  • Magyar
  • Italiano
  • 日本
  • 한국어
  • Nederlands
  • Português
  • Русский
  • Svenska
  • தமிழ்
  • Українська
  • 简体中文
  • 繁體中文
GitHub
Download
Documentation
  • English
  • العربية
  • Azərbaycanca
  • Deutsch
  • Español
  • Français
  • Magyar
  • Italiano
  • 日本
  • 한국어
  • Nederlands
  • Português
  • Русский
  • 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?