Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 315 Bytes

training-team-4

Server set up

  • Install Node.js;
  • In root directory of project Training-team-4 run command in console npm install;
  • After installation of dependencies, you will be able see new folder node_modules;
  • To run server in root directory run command npm start or node server.js;