Dirk Harriman Banner Image

 

Notes Node JS

Projects:

 

How To Build An Application

There are a minimum of two files neccessary for a Node JS application to work: The package.json file and the Application File (A js file).

Creating The package.json File

The package.json file can be created manually or by using the Node JS command init in the application's folder.

Command Line: