nodemon is a package which help to build the node js project automaticly after save.

install  -g nodemon ''to install nodemon in globally".

nodemon .\data-module.js "to run your node file."

After this your node project build automatic after save the file.