Launch a simple development http server with live reload capability.
This package is based on awesome Live Server project.
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.
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.
{"browser": "safari"}
{"no-browser": true}
{"entry-file": "index.html"}
{"root": "public"}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.