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 1 year ago
JSON representation
A very simple example on how to use Parcel + Yarn Workspaces + React + Rust!
- Host: GitHub
- URL: https://github.com/davidroman0o/monorepo-yarn-parcel-react-rust
- Owner: davidroman0O
- License: mit
- Created: 2020-01-30T18:42:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:06:57.000Z (over 3 years ago)
- Last Synced: 2025-04-02T20:43:32.326Z (about 1 year ago)
- Topics: monorepo, parcel, parcel-bundle, parcel-bundler, react, reactjs, rust, rust-lang, workspaces, yarn, yarn-workspaces
- Language: JavaScript
- Homepage:
- Size: 2.09 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !