The template:
https://github.com/security-union/yew...
I created a Docker + Actix + Yew template so that you can create full stack applications with rustlang!
The feature that I like the most if that the frontend and backend share a strongly typed API backed by RUST structs that are send back and forth using JSON!!
0:08 What we will build
0:19 Life before Docker
6:08 Add docker to our Yew Actix Template