SergeITinc / reactjs-vite-tailwindcss-boilerplate

ReactJS + Vite boilerplate to be used with Tailwindcss.

Home Page:https://reactjs-vite-tailwindcss-boilerplate.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tailwindcss Boilerplate build with Vite

This is a ReactJS + Vite boilerplate to be used with Tailwindcss.

What is inside?

This project uses many tools like:

Getting Started

Install

Create the project.

npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app

Access the project directory.

cd my-app

Install dependencies.

npm install

Serve with hot reload at http://localhost:5173.

npm run dev

Lint

npm run lint

Typecheck

npm run typecheck

Build

npm run build

Test

npm run test

License

This project is licensed under the MIT License.

About

ReactJS + Vite boilerplate to be used with Tailwindcss.

https://reactjs-vite-tailwindcss-boilerplate.vercel.app

License:MIT License


Languages

Language:TypeScript 84.5%Language:JavaScript 8.7%Language:HTML 6.9%