/serva

Atom package for running a static web server from any directory

Primary LanguageJavaScriptMIT LicenseMIT

Serva package Build Status apm apm

Run a static web server from any directory in your project.

Screenshot

Usage

Right click on any project or directory in the tree view and select either of the following to start a static server based in the selected directory:

  • Serva > Start Server
  • Serva > Start Server and Watch Files

View and manage running servers by opening the Command Pallet (Cmd+Shift+P or Ctrl+Shift+P) and searching for the Serva: Toggle Server List command.

Stop all servers with the Serva: Stop All Servers command.

Settings

  • Watchable file types: Specify file extensions to watch, comma separated.
  • Excluded folders: Specify folders to ignore, comma separated.

Thanks

This package relies BrowserSync, React and Gaze.