webpack-tailwindcss-starter

A simple starter project for using Webpack, Tailwind CSS, Prettier, and ESLint.

Getting Started

Clone the repository:

git clone

Install the dependencies:

npm install

Start the development server:

npm run dev

Building for Production

To build an optimized version of your CSS, simply run:

npm run build