Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you-saku/yew-docker
https://github.com/you-saku/yew-docker
docker rust yew-framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/you-saku/yew-docker
- Owner: You-saku
- Created: 2022-07-03T10:08:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T14:31:44.000Z (over 1 year ago)
- Last Synced: 2024-11-30T21:32:24.554Z (about 2 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 [email protected]: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