https://github.com/vivekascoder/vite-react-tailwind-jit
This template allows you to quickly scaffold a React project with React Router, TailwindCss with JIT Compiler and vite as a bundler. We use Vite because it's much faster than webpack. We use tailwindcss JIT compiler because it makes tailwindcss build time negligible and offers more features.
https://github.com/vivekascoder/vite-react-tailwind-jit
jit react react-router react-template tailwind vite vite-react
Last synced: 10 days ago
JSON representation
This template allows you to quickly scaffold a React project with React Router, TailwindCss with JIT Compiler and vite as a bundler. We use Vite because it's much faster than webpack. We use tailwindcss JIT compiler because it makes tailwindcss build time negligible and offers more features.
- Host: GitHub
- URL: https://github.com/vivekascoder/vite-react-tailwind-jit
- Owner: vivekascoder
- Created: 2021-09-09T13:34:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T11:50:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T00:18:26.071Z (about 1 month ago)
- Topics: jit, react, react-router, react-template, tailwind, vite, vite-react
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 45
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vite + React + TailwindCss + JIT
![]()
![]()
This template allows you to quickly scaffold a React project with React Router, TailwindCss with JIT Compiler and vite as a bundler. We use Vite because it's much faster than webpack. We use tailwindcss JIT compiler because it makes tailwindcss build time negligible and offers more features that you can check here [Tailwind JIT](https://tailwindcss.com/docs/just-in-time-mode). Talking about Vite, you can find more information here [Vite](https://vitejs.dev/).
## How to Install.
First of all make sure you have yarn installed. If you have it you can create a new repo with this template and can clone it.
After clonning it, you can simply go to the folder and type `yarn` to install the dependencies.