An open API service indexing awesome lists of open source software.

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.

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.

![Use this template](https://i.imgur.com/Gtt5CPx.png)

After clonning it, you can simply go to the folder and type `yarn` to install the dependencies.