• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

atom-live-server

Launch a http server with live reload capability.
  • #static
  • #server
  • #live reload
  • #livereload
jas-chen
2.3.0 1,122,040
348
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-live-server package

Launch a simple development http server with live reload capability.

Demo

This package is based on awesome Live Server project.

Usage

ctrl-alt-l launch live server on port 3000.

ctrl-alt-q stop live server.

ctrl-alt-3 launch live server on port 3000.

ctrl-alt-4 launch live server on port 4000.

ctrl-alt-5 launch live server on port 5000.

ctrl-alt-8 launch live server on port 8000.

ctrl-alt-9 launch live server on port 9000.

Options

If a file .atom-live-server.json exists in project root it will be loaded and used as options.

The keys of .atom-live-server.json should match Command line parameters in live-server.

Example: Launch specific browser

{
  "browser": "safari"
}

Example: Start server without browser opened

{
  "no-browser": true
}

Example: Serve this file for every 404 (useful for single-page applications)

{
  "entry-file": "index.html"
}

Example: Serve this directory as root path

{
  "root": "public"
}

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by