Setup Steps
Step-By-Step Setup Guide
Friday, March 2, 2018
NodeJS Simple HTTP Server (Local Web Server)
Install NodeJS
Install http-server package
e.g. sudo npm install -g http-server
Go to your target http root folder
e.g cd\web\root
Type command to run http-server
e.g. http-server
To stop the server type:
CTRL-C
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment