A simple starter kit for creating web site with Tailwind and webpack.
-
Clone the repository or create a new repository using this template
git clone https://github.com/harukats/tailwindcss-webpack-template.git cd tailwindcss-webpack-template
-
Install the dependencies
npm install
-
Start the development server
npm run dev
Build an optimized version
npm run build
After that, you can see the optimized output on ./dist
.