create-tririga-react-ts-vite-app
v1.0.9
Published
Scaffold a TRIRIGA React app with Vite and TypeScript
Maintainers
Readme
create-tririga-react-ts-vite-app
A CLI tool to scaffold modern TRIRIGA UX applications using React, TypeScript, and Vite.
Usage
You don't need to install this package locally. You can run it directly using npx and replace my-tririga-app with your desired app name:
npx create-tririga-react-ts-vite-app my-tririga-appFeatures
- Framework: React 18 + TypeScript
- Build Tool: Vite (Fast HMR & Bundling)
- UI Library: ShadCN
- Routing: HashRouter (Compatible with TRIRIGA context paths)
- Deployment: Ready-to-use scripts for
tri-deploy
Getting Started with your new app
Once created:
cd my-tririga-app- Install pnpm
npm install -g pnpm - Install dependencies
pnpm install - Make your first deployment with
pnpm run build:deploy
