Getting Started with RahulChaube Runtime
RahulChaube Runtime is an all-in-one JavaScript & TypeScript runtime and developer platform designed for maximum speed and simplicity.
Quick Start (30 Seconds)
Install RahulChaube Runtime via curl:
curl -fsSL https://rahulchaube.space/install | bashOn Windows (PowerShell):
powershell -c "irm https://rahulchaube.space/install.ps1 | iex"Scaffold and run your first app:
rahulchaube create react my-app
cd my-app
rahulchaube install
rahulchaube run devRahulChaube Runtime supports TypeScript (.ts, .tsx) out-of-the-box with zero configuration required.