No description
Find a file
2025-03-20 11:31:22 -05:00
desktop Now a desktop build failure. 2025-03-20 11:06:37 -05:00
mobile Initial commit. 2025-03-19 11:32:32 -05:00
server Initial commit. 2025-03-19 11:32:32 -05:00
ui Initial commit. 2025-03-19 11:32:32 -05:00
web Initial commit. 2025-03-19 11:32:32 -05:00
.envrc Initial commit. 2025-03-19 11:32:32 -05:00
.gitignore Initial commit. 2025-03-19 11:32:32 -05:00
Cargo.lock Initial commit. 2025-03-19 11:32:32 -05:00
Cargo.toml Initial commit. 2025-03-19 11:32:32 -05:00
flake.lock Initial commit. 2025-03-19 11:32:32 -05:00
flake.nix Add openssl. 2025-03-20 11:31:22 -05:00
README.md Initial commit. 2025-03-19 11:32:32 -05:00

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:

cd web

and serve:

dx serve