File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Stupid way to log Hello World!
2
+
3
+ ## Prerequisites
4
+
5
+ Before you begin, ensure you have the following installed:
6
+
7
+ - ** Node.js** (version 14.x or higher recommended)
8
+ - ** npm** (Node Package Manager, comes with Node.js)
9
+
10
+ ## Setup Instructions
11
+
12
+ ### 1. Clone the Repository
13
+
14
+ First, clone the repository to your local machine using ` git ` .
15
+
16
+ ``` bash
17
+ git clone https://github.com/CR072/nodejs_HelloWorld.git
18
+ ```
19
+
20
+ ### 2. Navigate to the Project Directory
21
+
22
+ Change your current directory to the project directory.
23
+
24
+ ``` bash
25
+ cd nodejs_HelloWorld
26
+ ```
27
+
28
+ ### 3. Run the Simple version
29
+
30
+ ``` bash
31
+ node simple.js
32
+ ```
33
+
34
+ ### 4. Run the Faster version
35
+
36
+ ``` bash
37
+ node faster.js
38
+ ```
39
+
40
+ Feel free to reach out if you have any questions or need further assistance.
You can’t perform that action at this time.
0 commit comments