Gulp with TailwindCSS Starter Kit - A repo which makes your development easier with predefined gulp tasks that help you to use tailwindcss with simple npm commands
- Install Dev Depedencies
npm install
- To start development and server for live preview
npm run dev
- To generate minifed files for live server
npm run build
Please follow the this tailwind documentation to include fonts to tailwind config file and just link using <link>
tag