Skip to content

Commit

Permalink
Recommend Servez
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 12, 2020
1 parent 3346310 commit 5eea4e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/manual/en/introduction/How-to-run-things-locally.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ <h2>Run a local server</h2>
three.js application.
</p>

<h3>Node.js server</h3>
<h3>Servez</h3>
<div>
<p>
[link:https://greggman.github.io/servez Servez] is a simple server with a GUI.
</p>
</div>

<h3>Node.js http-server</h3>
<div>
<p>Node.js has a simple HTTP server package. To install:</p>
<code>npm install http-server -g</code>
Expand Down

0 comments on commit 5eea4e4

Please sign in to comment.