基于nodejs开发,所有安装前提是npm环境
一、git克隆仓库到本地
// github
git clone https://github.com/hoppscotch/hoppscotch.git
// gitee
二、执行命令安装依赖
yarn install
// 或者
npm install
三、体验服务
yarn run dev
// 或者
npm run dev
// 即可立马运行启动web服务 http://127.0.0.1:3000或http://你本机ip:3000
四、Web应用部署到其他机器
yarn run build
yarn run generate
yarn run start
// 或者
npm run build
npm run generate
npm run start
// 生成./dist 目录
配置到服务器,既可访问使用
最后
以上就是长情宝贝最近收集整理的关于postwoman安装配置教程的全部内容,更多相关postwoman安装配置教程内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复