1.0.0 • Published 7 months ago
create-tririga-vite-app v1.0.0
Custom TRIRIGA React Template for Vite
A custom TRIRIGA UX web application template reconfigured to use Vite instead of Create React App (CRA). This template provides a minimal setup to get React working with Vite, including Hot Module Replacement (HMR) and some ESLint rules.
This template is based on @tririga/cra-template and has been reconfigured to use Vite for improved development experience.
Table of Contents
Getting Started
To get started with this project, run the command and install the dependencies:
npx create-tririga-vite-app my-first-app
cd my-first-app
npm install
npm run dev
References
Credits
This template is inspired by and based on @tririga/cra-template, the official Create React App template for TRIRIGA applications. The template has been reconfigured to use Vite while maintaining compatibility with TRIRIGA's components and development patterns.
1.0.0
7 months ago