Skip to content

Commit 404df2c

Browse files
authored
Replace live-server by five-server (#4836)
1 parent 94c4d73 commit 404df2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ editors. Both support remixing or forking:
5555
For the options below, we should develop projects using a local server so that
5656
files are properly served. Options of local servers include:
5757

58+
- Running `npm i -g five-server@latest && five-server --port=8000` in a terminal
59+
in the same directory as your HTML file.
5860
- Downloading the [Mongoose](https://www.cesanta.com/products/binary) application
5961
and opening it from the same directory as your HTML file.
6062
- Running `python -m SimpleHTTPServer` (or `python -m http.server` for Python 3)
6163
in a terminal in the same directory as your HTML file.
62-
- Running `npm install -g live-server && live-server` in a terminal in the same
63-
directory as your HTML file.
6464

6565
Once we are running our server, we can open our project in the browser using
6666
the local URL and port which the server is running on (e.g.,

0 commit comments

Comments
 (0)