Corp site with node.js backend.
- pull code to your Git local storage
- launch console (e.g. cmd)
- execute this command: nodemon --ext js,hbs,css,json
- the application will be available at localhost:3000 by default
After making changes to files with extensions js, hbs, css, json, the changes will be applied after the page is refreshed. Rebuilding the application in this case is not required.