Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.,
Expand Down