Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: tauri prereqs link + mention localhost:8080 on Getting Started Page #264

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

jroddev
Copy link
Contributor

@jroddev jroddev commented Apr 26, 2024

The Tauri link from Getting Started now gives a 404.
Looks like it's changed from https://beta.tauri.app/guides/prerequisites/ to https://beta.tauri.app/start/prerequisites/

I also added that dx serve will serve Web targets at http://localhost:8080 as it wasn't clear from the getting started page and isn't mentioned in the generated app src or dx serve log. Though the dx serve log may be a better place for it.

Dioxus @ v0.5.4 [16:33:50]

    > Hot Reload Mode: RSX
    > Watching: [ src, assets, Cargo.toml, Dioxus.toml ]
    > Custom index.html: None
    > Serve index.html on 404: True

    > Build Features: [ server ]
    > Build Profile: Debug
    > Build took: 16580 millis

2024-04-26T06:36:58.352975Z  INFO dioxus_fullstack::render: Rebuilding vdom
2024-04-26T06:36:58.353099Z  INFO dioxus_fullstack::render: Suspense resolved
spinning up hot reloading
connecting to "/home/.../dioxus-0-5-fullstack-test/target/dioxusin"
Connected to hot reloading 🚀
hot reloading ready
🔥 Hot Reload WebSocket connected
🔮 Finding updates since last compile...
finished
2024-04-26T06:42:18.739002Z  INFO dioxus_0_5_fullstack_test: Server received: Hello from the server!

Copy link
Member

@ealmloff ealmloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ealmloff ealmloff merged commit e66540a into DioxusLabs:main Apr 26, 2024
1 check passed
@jroddev jroddev deleted the fix-getting-started branch May 5, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants