https://github.com/you-saku/yew-docker
https://github.com/you-saku/yew-docker
docker rust yew-framework
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/you-saku/yew-docker
- Owner: You-saku
- Created: 2022-07-03T10:08:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T14:31:44.000Z (almost 3 years ago)
- Last Synced: 2026-04-08T08:39:31.213Z (3 months ago)
- Topics: docker, rust, yew-framework
- Language: Rust
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yew-docker
## Setup
めっちゃ時間かかる(もう少し環境構築を早くしたい)
docker周りのエラーは保証できません
```
1. git clone git@github.com:You-saku/yew-docker.git
2. cd rust-docker
3. make init
4. make sh
----- コンテナ内 -----
5. cd yew
6. trunk serve --address 0.0.0.0 --port=3000
7. 最後に「0.0.0.0:3000」を開く
```
## Reference
https://yew.rs/ja
## お役立ち情報
* [localhost:8080は動かない](https://stackoverflow.com/questions/72309114/docker-container-didnt-send-any-data?noredirect=1#comment127746034_72309114)
trunk serve --address 0.0.0.0 --port=3000