From b87ea99e361b1adb8c8c9bb85d624cbbbcf9b618 Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Sat, 3 Apr 2021 17:39:28 +0200 Subject: [PATCH] Replace live-server by five-server --- docs/introduction/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/installation.md b/docs/introduction/installation.md index 40a4209374f..38970de0a33 100644 --- a/docs/introduction/installation.md +++ b/docs/introduction/installation.md @@ -55,12 +55,12 @@ editors. Both support remixing or forking: For the options below, we should develop projects using a local server so that files are properly served. Options of local servers include: +- Running `npm i -g five-server@latest && five-server --port=8000` in a terminal + in the same directory as your HTML file. - Downloading the [Mongoose](https://www.cesanta.com/products/binary) application and opening it from the same directory as your HTML file. - Running `python -m SimpleHTTPServer` (or `python -m http.server` for Python 3) in a terminal in the same directory as your HTML file. -- Running `npm install -g live-server && live-server` in a terminal in the same - directory as your HTML file. Once we are running our server, we can open our project in the browser using the local URL and port which the server is running on (e.g.,