Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/davidroman0o/monorepo-yarn-parcel-react-rust
- Owner: davidroman0O
- License: mit
- Created: 2020-01-30T18:42:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:06:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T11:12:06.888Z (almost 2 years 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 !