gersonlimadev / webpack-tailwindcss-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 68.4%Language:Nunjucks 22.1%Language:CSS 8.3%Language:Shell 1.2%