/monorepo-yarn-parcel-react-rust

A very simple example on how to use Parcel + Yarn Workspaces + React + Rust!

Primary LanguageJavaScriptMIT LicenseMIT

monorepo-yarn-parcel-react-rust

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.

Install

On the root folder :

yarn install

Run the frontend

On the root folder :

yarn dev:frontend

then open a browser to localhost:1234

TADAM!

Be sure to have everything from Rust installed BEFORE !