dynasty-ui
v0.0.12
Published

Readme

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:
Getting Started
Install
Create the project.
npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-appAccess the project directory.
cd my-appInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devLint
pnpm run lintTypecheck
pnpm run typecheckBuild
pnpm run buildTest
pnpm run testView and interact with your tests via UI.
pnpm run test:uiLicense
This project is licensed under the MIT License.
