https://github.com/originjs/realworld-app-benchmark
https://github.com/originjs/realworld-app-benchmark
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/originjs/realworld-app-benchmark
- Owner: originjs
- License: mulanpsl-2.0
- Created: 2024-01-23T06:17:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T13:44:14.000Z (about 2 years ago)
- Last Synced: 2024-12-20T08:36:12.166Z (over 1 year ago)
- Language: JavaScript
- Size: 491 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# realworld-benchmark
## git submodule初始化
```bash
git submodule init
git submodule update
```
## 使用本地服务器
- 启动服务器
```bash
cd server/realword-express-sequelize
pnpm i
pnpm dev
```
以上命令会在本地启动realword后端服务
- 修改hosts
修改C:\Windows\System32\drivers\etc\hosts 文件
```
127.0.0.1 api.realworld.io
127.0.0.1 demo.productionready.io
127.0.0.1 static.productionready.io
127.0.0.1 conduit.productionready.io
127.0.0.1 code.ionicframework.com
```
- 刷新DNS缓存
```
ipconfig /flushdns
```
- 将CA.crt证书加入系统‘受信任的根证书颁发机构’