Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.33 KB

File metadata and controls

47 lines (29 loc) · 1.33 KB

Template React Vite by bossROD

Description

This is a template for a React project using React, vite, Tanstack Router, Tanstack Query and Zustand. It includes ESLint, Prettier, and Husky for code quality and linting.

Rules

  • Please read the repo's Project Structure & Code Organization here README.project-structure.md
  • For the coding standards, please read the rules in this folder rules

Clone

npx degit https://github.com/constROD/template-react-vite.git

Prerequisites

Installation

  • Install dependencies.
pnpm i

Development Mode:

pnpm dev

Production Mode:

pnpm build
pnpm start