Skip to content

Vite + React + React-Router-Dom + tailwindcss + jest

Notifications You must be signed in to change notification settings

wangkris03/react-app-setup

Repository files navigation

从 0-1 搭建 react 工程,学习工程化

这个是一个 Vite + React + React-Router-Dom + tailwindcss + jest 的前端项目,暂不支持 SSR。

Feature

  • 开箱 typescript
  • 支持 tailwind-jit
  • eslint + prettier + husky
  • jest + esbuild
  • CSSTransition + react-motion

目录结构

pages
├─_compenents                   --公用组件
│  ├─foot
│  ├─header
│  │      index.tsx
│  ├─home
│  │      index.tsx
│  └─loading
│          index.tsx
├─_hooks                        --公用hooks
├─sub
│      index.tsx
│─utils
└─     getStateFromRouter.ts

参考

遇到的问题

About

Vite + React + React-Router-Dom + tailwindcss + jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published