This is an example Node project for students to practice an initial "Hello World" JavaScript program.
-
Before starting, run
npm installornpm ito install dependencies. -
Open up
src/index.jsto see the "Hello World" code. -
Use
npm startto run thesrc/index.jsfile.