File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ editors. Both support remixing or forking:
5555For the options below, we should develop projects using a local server so that
5656files 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
6565Once we are running our server, we can open our project in the browser using
6666the local URL and port which the server is running on (e.g.,
You can’t perform that action at this time.
0 commit comments