Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Rintarou-0 authored Feb 22, 2024
1 parent a48e3b9 commit f0d7cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ npm install && npm start
yarn install && yarn start
```

启动后,你可以在 http://localhost:3000 访问前端。

或者,使用 `Docker` 一键部署(仅测试用):
```bash
docker run -itd -e REACT_APP_BASE_URL=后端服务器URL -p 3000:3000 --name bookstore-frontend 923048992/frontend
Expand Down

0 comments on commit f0d7cad

Please sign in to comment.