Skip to content

zhengjynicolas/react-template-repo

Repository files navigation

Automation React Template

React + Vite template for local automation tools and internal dashboards.

Usage

npx github:<owner>/<repo>

The CLI will ask:

  • Project name? default: my-automation-app
  • Project location? default: current working directory

Examples:

npx github:<owner>/<repo> my-app
npx github:<owner>/<repo> my-app /your/path --yes
npx github:<owner>/<repo> my-app /your/path --yes --dry-run
npx github:<owner>/<repo> my-app /your/path --yes --install

Local development

npm install
npm run dev
npm run typecheck
npm run lint
npm run format
npm run test

Notes

  • Recommended Node.js: 22 LTS
  • Supported Node.js: >=22.13.0
  • Generated projects keep AGENTS.md
  • Dependencies are not installed automatically

Stack

  • React
  • Vite
  • TypeScript
  • Zustand
  • React Router
  • PostCSS
  • Autoprefixer
  • Vitest
  • Testing Library
  • Prettier
  • ESLint 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors