https://github.com/oslavdev/rust-web-app
[Trying out] Full-stack web application built with Rust.
https://github.com/oslavdev/rust-web-app
fullstack rust trunk web yew
Last synced: 7 months ago
JSON representation
[Trying out] Full-stack web application built with Rust.
- Host: GitHub
- URL: https://github.com/oslavdev/rust-web-app
- Owner: oslavdev
- Created: 2022-12-19T15:55:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T15:56:11.000Z (about 3 years ago)
- Last Synced: 2025-03-17T18:14:53.746Z (10 months ago)
- Topics: fullstack, rust, trunk, web, yew
- Language: Rust
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Rust web application
## How to Run
1. Install trunk
```
cargo install trunk
```
2. Run development server
```
trunk serve
```