diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ sbt "~fastOptJS" Server: ``` sh -(cd target/scala-2.12; python -m http.server 9000) +(cd public; python -m http.server 9000) ``` Open your browser at http://localhost:9000/classes/index-dev.html |