This is just an example to show how to create a yarn workspace with React and a Rust crate.
It's reaaallllyyy simple with Parcel.
On the root folder :
yarn install
On the root folder :
yarn dev:frontend
then open a browser to localhost:1234
TADAM!
Be sure to have everything from Rust installed BEFORE !