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- Works offline - No network requests needed
- Embedded templates - Everything built-in
- Simple - Just one command
- Modern stack - React 18 + Vite 5
- 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
No comments:
Post a Comment