a javascript framework that is most commonly used for javascript programming. It is:

Installation

sudo pacman -S nodejs

Setting Up Webapp

Running Webapp Locally

sudo npm install -g http-server http-server (in the same directory as the webapp)

Running JS File

node --env-file=.env index.js

Concepts