nodejs学习(二)—anywhere搭建本地服务器

没有安装nodejs的同学可以先到node官方下载并安装好node程序。可以看上一篇。

简单两步走

1、安装好node之后打开cmd 输入 npm install anywhere -g 安装anywhere

2、安装完成后,cmd输入你想搭建服务器的路径。
如:e:\app>anywhere 8080
返回:running at http://loacalhost:8080

ok,就是这么简单~

    原文作者:dada86
    原文地址: https://segmentfault.com/a/1190000003960609
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞