Node.js® SingleScript Example Implementation
For very simple applications, you an also execute a single JavaScript without creating a module or a package. For almost all applications, however, it is necessary to create a TS/JS package. For this see Node.js® TypeScript Module Example Implementation and Node.js® JavaScript Module Example Implementation.