基因测试 Web Socket和RESTful Web服务设置流程:
-
进入项目目录:
cd src
-
安装依赖:
npm install
-
启动服务:
npm start
-
运行测试:
npm test
-
生成文档:
cd src && YUIDoc .
访问链接:
-
Website: http://localhost:8080
-
Documentation:
cd docs/api && open ./index.html
基因测试 Web Socket和RESTful Web服务设置流程:
进入项目目录:cd src
安装依赖:npm install
启动服务:npm start
运行测试:npm test
生成文档:cd src && YUIDoc .
访问链接:
Website: http://localhost:8080
Documentation: cd docs/api && open ./index.html
暂无评论