Skip to content

Commit edba584

Browse files
authored
Create README.md
1 parent 6c17abe commit edba584

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.

0 commit comments

Comments
 (0)