百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

reactjs-vite-tailwindcss-boilerplate

> 前端框架
开源

这是一个使用 Vite、React 18、TypeScript、Vitest、Testing Library、TailwindCSS 3、Eslint 和 Prettier 打造的模板项目。

732 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

这是一个使用 Vite、React 18、TypeScript、Vitest、Testing Library、TailwindCSS 3、Eslint 和 Prettier 打造的模板项目。

React Tailwindcss Boilerplate build with Vite

This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.

What is inside?

This project uses many tools like:

  • Vite
  • ReactJS
  • TypeScript
  • Vitest
  • Testing Library
  • Tailwindcss
  • Eslint
  • Prettier

Getting Started

Install

Create the project.

bash
pnpm dlx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app

Access the project directory.

bash
cd my-app

Install dependencies.

bash
pnpm install

Serve with hot reload at .

bash
pnpm run dev

Lint

bash
pnpm run lint

Typecheck

bash
pnpm run typecheck

Build

bash
pnpm run build

Test

bash
pnpm run test

View and interact with your tests via UI.

bash
pnpm run test:ui

License

This project is licensed under the MIT License.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptboilerplateeslintjestprettier

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架