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

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 📦 🦀 🕸

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