Skip to content

Instantly share code, notes, and snippets.

View AhmadSinaSaeedi's full-sized avatar
🎯
Focusing

Ahmad Sina Saeedi AhmadSinaSaeedi

🎯
Focusing
View GitHub Profile
@AhmadSinaSaeedi
AhmadSinaSaeedi / tailwind-webpack-setup.md
Created January 20, 2023 08:36 — forked from bradtraversy/tailwind-webpack-setup.md
Setup Webpack with Tailwind CSS

Webpack & Tailwind CSS Setup

Create your package.json

npm init -y

Create your src folder

Create a folder called src and add an empty index.js file. The code that webpack compiles goes in here including any Javascript modules and the main Tailwind file.