Using the terminal, navigate into each subdirectory & install all Node dependencies:
cd ##-target-directory
npm installIn the terminal, navigate into each subdirectory and start the Node app:
cd ##-target-directory
npm startMany talented instructors contributed to the Immersive curriculum over the years. For the Node curriculum, I'd like to especially acknowledge the contributions of Rachel Waterhouse and Mark Hellar, the two Node instructors before me who helped define the content covered in this section.