Getting Started With Tailwind CSS: A Step-By-Step Guide To Setting Up A Webpack Project With Tailwind CSS and Sass

Prerequisites Installation Create a project folder Create a package.json Install Webpack and its dependencies Project structure Create src folders mkdir -p src/{js,scss,assets} Created file structure Create project files Created file structure Update index.html Update package.json Update scripts property. Add start and build scripts. Install Tailwind CSS and its dependencies Create tailwind.config.jsĀ file and postcss.config.js Configure Tailwind CSS Add the paths to … Continue reading Getting Started With Tailwind CSS: A Step-By-Step Guide To Setting Up A Webpack Project With Tailwind CSS and Sass