Skip to content

appcrafts/template-react-vite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A well-documented React Vite template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • CSS 1.5%
  • HTML 1.3%
  • Dockerfile 1.1%
  • Other 0.2%