projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0749de0
)
remove br tags
author
AJ ONeal
<coolaj86@gmail.com>
Sat, 13 Jun 2020 18:24:59 +0000
(12:24 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sat, 13 Jun 2020 18:24:59 +0000
(12:24 -0600)
node/install.bash
patch
|
blob
|
history
diff --git
a/node/install.bash
b/node/install.bash
index 3671a71370567e56320c88e16c09737d67e9f9ea..251022dff592e49d5d3f3794b504474b15e91b44 100644
(file)
--- a/
node/install.bash
+++ b/
node/install.bash
@@
-14,8
+14,6
@@
# > Hello, World!
# ```
#
-# <br/>
-#
# ### A Simple Web Server
#
# `server.js`:
@@
-30,8
+28,6
@@
# });
# ```
#
-# <br/>
-#
# ```bash
# node server.js
# ```
@@
-45,8
+41,6
@@
# npm install --save express
# ```
#
-# <br/>
-#
# `app.js`:
#
# ```js
@@
-62,8
+56,6
@@
# module.exports = app;</code></pre>
# ```
#
-# <br/>
-#
# `server.js`:
#
# ```js
@@
-77,8
+69,6
@@
# });
# ```
#
-# <br/>
-#
# ```bash
# npm start
# ```