Welcome to my repository for learning Node.js! In this repository, you will find various Node.js scripts that I have written while learning Node.js.
Node.js is a popular JavaScript runtime that allows you to build scalable and high-performance applications using JavaScript. I created this repository to document my learning journey and share the scripts I have written with others who are also learning Node.js.
To use any of the scripts in this repository, follow these steps:
- Clone the repository:
git clone https://github.com/Muhthoriqas/Basic-NodeJS.git
- Install the necessary dependencies for each script by running:
cd Basic-NodeJS
andnpm install
- Go to topic you want to try
- Run the script:
node file.js
If you have any Bash scripts that you would like to share or any improvements to suggest, feel free to contribute to this repository! Fork the repository, make your changes, and submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for more information.