Skip to content

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

License

Notifications You must be signed in to change notification settings

davidroman0O/monorepo-yarn-parcel-react-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !