Total Pageviews

Thursday, 20 August 2026

oxre

 Blazingly fast React project scaffold written in Rust

oxre scaffolds React projects with no network requests. All templates embedded.

🚀 Quick Start

# Install
cargo install oxre

# Create React app
oxre my-app

# Create TypeScript app  
oxre my-ts-app --typescript

# Start coding
cd my-app && npm install && npm run dev

⚡ Why oxre?

  • Works offline - No network requests needed
  • Embedded templates - Everything built-in
  • Simple - Just one command
  • Modern stack - React 18 + Vite 5

🛠️ What You Get

  • React 18 + Vite 5
  • TypeScript support (--typescript)
  • ESLint configured
  • Modern project structure
  • Ready to run

🤔 Why I Built oxre

Wanted a React scaffolder that:

  • Works offline
  • Has no network dependencies
  • Uses modern tools
  • Just works
from https://github.com/ddoemonn/oxre

No comments:

Post a Comment