Browse Source

add another example using http-server

Gregg Tavares 5 years ago
parent
commit
6f09b65463
1 changed files with 5 additions and 0 deletions
  1. 5 0
      threejs/lessons/threejs-setup.md

+ 5 - 0
threejs/lessons/threejs-setup.md

@@ -43,6 +43,11 @@ Once you've done that type
 
     http-server path/to/folder/where/you/unzipped/files
 
+Or if you're like me
+
+    cd path/to/folder/where/you/unzipped/files
+    http-server
+
 It should print something like
 
 {{{image url="resources/http-server-response.png" }}}