rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Update hello-world.md #297

Open hitbear opened 1 year ago

hitbear commented 1 year ago

Adding a paragraph that describes how to build and deploy the web app with an arbitrary web server

Summary

Developing a web app with this tutorial does not describe how to build and deploy the final product. This was the reason for adding this paragraph. The reader could now better understand the whole path from setting up the development environment until the goal "deploying the app in production mode".