Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 617 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 617 Bytes

NodeJS WebServer

This server is created for test your frontend applications Put on the "resource" directory your statics files and open a browser on localhost

Dependencies

{
    "colors": "^1.4.0",
    "express": "^4.17.1",
    "moment": "^2.29.1",
    "morgan": "^1.10.0"
  }

For use

Uncompress the archive NodWS.zip and execute the following commands

npm install

Put on resource directory your files, for example:

Finally for start a webserver run npm start 3001

Note the 3001 is a port to listen, this number can be a any integer number