Showing
1 changed file
with
6 additions
and
2 deletions
... | @@ -37,13 +37,17 @@ cd screensaver_1 | ... | @@ -37,13 +37,17 @@ cd screensaver_1 |
37 | ``` | 37 | ``` |
38 | npm install | 38 | npm install |
39 | ``` | 39 | ``` |
40 | -4. Run Executable | 40 | +4. Run |
41 | +``` | ||
42 | +nodejs app.js | ||
43 | +``` | ||
44 | +5. Web Page | ||
41 | ``` | 45 | ``` |
42 | localhost:3000 | 46 | localhost:3000 |
43 | ``` | 47 | ``` |
44 | 48 | ||
45 | # Building (Ver 2.0.0 - Web hosting environment) | 49 | # Building (Ver 2.0.0 - Web hosting environment) |
46 | -1. Run Executable | 50 | +1. Web Page |
47 | ``` | 51 | ``` |
48 | https://www.screensaver.ml:23023/ | 52 | https://www.screensaver.ml:23023/ |
49 | ``` | 53 | ``` | ... | ... |
-
Please register or login to post a comment