Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhthoriqas/basic-nodejs
My learning progress about NodeJS
https://github.com/muhthoriqas/basic-nodejs
basic-nodejs learn-nodejs nodejs
Last synced: about 6 hours ago
JSON representation
My learning progress about NodeJS
- Host: GitHub
- URL: https://github.com/muhthoriqas/basic-nodejs
- Owner: Muhthoriqas
- License: mit
- Created: 2023-03-11T11:47:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-20T17:55:39.000Z (over 1 year ago)
- Last Synced: 2024-04-21T22:28:24.389Z (7 months ago)
- Topics: basic-nodejs, learn-nodejs, nodejs
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Learn Node.js Repository
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.
## Table of Contents
- [Introduction](#introduction)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
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.
## Usage
To use any of the scripts in this repository, follow these steps:
1. Clone the repository:
`git clone https://github.com/Muhthoriqas/Basic-NodeJS.git`
2. Install the necessary dependencies for each script by running:
`cd Basic-NodeJS` and
`npm install`
3. Go to topic you want to try
4. Run the script: `node file.js`## Contributing
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.## License
This repository is licensed under the MIT License. See the LICENSE file for more information.