1.0.1 • Published 4 years ago
react-tailwind-starter v1.0.1
React-tailwind/(jit enabled)
This package basic starter for tailwindcss/jit with react
Commands
First you have to open your terminal and typ
npm iThis command install
Node Modules for youSecond step is start development server
npm run dev or yarn devThe last step is watching css file for jit mode for this you need to run this command
npm run dev:css or yarn dev:cssAnd Everything is Done
For Building
React build
npm run build or yarn buildTailwindcss build
npm run build:css or yarn build:css