Linkedin Elestio examples Whatsapp

NodeJS CLI by TucanoWeb with ReactJS

Project made for one of my students, using NodeJS. This project consists of inserting attribute values via CLI and listing them in ASC order.

Get Starter

Install Dependencies

In the root of the project, run the command:

npm install

Run Project

Yet in the root of the project, run the command:

node ./app.js

List of Libraries

"dependencies": {
    "inquirer": "^9.2.10",
    "tsx": "^3.12.7"
  }