Skip to content

Enecuum/node-corp-site

Repository files navigation

node-corp-site

Corp site with node.js backend.

How to launch on developer workplace:
  • 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
How to see the results of code changes with nodemon:

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.