Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.47 KB

NodeJS Learning Path

This is a repo for trying out the examples and practices in NodeJS Official Documentation Learning Path in order to learn and explain the basics of NodeJS.

Overview

You can check the code samples about:

Author

Project setup

This project consist of several standalone Javascript files for different exercises and practises. You can download or clone this repo and run commands (provided in each file) in CLI to see the results.

Install all packages from package.json with this command:

npm install