vercel / turborepo

Build system optimized for JavaScript and TypeScript, written in Rust
https://turbo.build/repo/docs
MIT License
26k stars 1.79k forks source link

add a new example typescript with rust #8742

Open ikaasraa opened 2 months ago

ikaasraa commented 2 months ago

please add a new example typescript with rust

example : apps folder have two apps like nextjs and rust project

anthonyshew commented 2 months ago

Happy to review a community PR for this! We likely won't be able to prioritize this ourselves.

vildantursic commented 1 month ago

I'll try to clean up my project so that I can make example project out of it. But it is Tauri (Rust) + Bun (TS) + React (TS), so I hope that would be fine too. Btw I have issue with v2 having Access is denied. (os error 5) when compiling Rust part. With v1 it works fine, so it will probably be v1 example.

anthonyshew commented 1 month ago

I'd love to keep the example as minimal as possible, if you could! The Rust bit being a Hello World would be ideal. 🤞

Re: that issue, would love if you could make a separate Issue for that!