Create a Basic Express JS Server

This server will print out a “hello world” to a local webpage on your PC. The steps are simple: Step 1: Install Node JS Go here https://nodejs.org/en/download/ and download the installer for your system (Max / Windows / Linux). Once installed verify by opening a cmd or terminal and typing “node -v && npm -v” … Read more