Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidroman0o/monorepo-yarn-parcel-react-rust

A very simple example on how to use Parcel + Yarn Workspaces + React + Rust!
https://github.com/davidroman0o/monorepo-yarn-parcel-react-rust

monorepo parcel parcel-bundle parcel-bundler react reactjs rust rust-lang workspaces yarn yarn-workspaces

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 !