Before you begin, ensure you have the following installed:
- Node.js (version 14.x or higher recommended)
- npm (Node Package Manager, comes with Node.js)
First, clone the repository to your local machine using git
.
git clone https://github.com/CR072/nodejs_HelloWorld.git
Change your current directory to the project directory.
cd nodejs_HelloWorld
node simple.js
node faster.js
Feel free to reach out if you have any questions or need further assistance.