https://github.com/viddem/reviewe-rs
A personal product review application
https://github.com/viddem/reviewe-rs
Last synced: over 1 year ago
JSON representation
A personal product review application
- Host: GitHub
- URL: https://github.com/viddem/reviewe-rs
- Owner: ViddeM
- Created: 2025-01-09T00:02:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T20:01:11.000Z (over 1 year ago)
- Last Synced: 2025-01-29T03:47:48.435Z (over 1 year ago)
- Language: Rust
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
Depending on your selected options, your new workspace project contains a workspace member for each platform.
If you chose to develop with the router feature, each platform crate will have a `views` folder for your platform-specific views.
You are provided with a `ui` crate for shared UI and if you chose to use fullstack, you will have a `server` crate for your shared server functions.
### Serving Your App
Navigate to the platform crate of your choice:
```bash
cd web
```
and serve:
```bash
dx serve
```