Node.js|Node.js local http-server

【Node.js|Node.js local http-server】npm init
in package.json

"start" : "http-server -a localhost -p 8000 -c-1"

    推荐阅读