https://github.com/orabazu/react-parcel-boilerplate
Parcel react starter with TS, Rust & WASM support 📦 🦀 🕸
https://github.com/orabazu/react-parcel-boilerplate
parcel react
Last synced: 12 days ago
JSON representation
Parcel react starter with TS, Rust & WASM support 📦 🦀 🕸
- Host: GitHub
- URL: https://github.com/orabazu/react-parcel-boilerplate
- Owner: orabazu
- Archived: true
- Created: 2019-11-07T20:31:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:28:40.000Z (over 3 years ago)
- Last Synced: 2025-06-24T07:11:26.478Z (11 months ago)
- Topics: parcel, react
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### React TS Rust WASM Parcel Boilerplate
React starter with parcel bundler 📦
#### What's inside?
- React
- Typescript
- Rust & WASM
#### Bootstrap
Install Rust
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
Install dependencies
`yarn install`
🦀 🕸 Start application 🕸 🦀
`yarn start`
#### ⚠️ Cargo.toml type error
Due to issue here https://github.com/wasm-tool/parcel-plugin-wasm.rs/issues/26 you'll probably need to run
`yarn link:Cargo` for once