Minimal Webpack 5 boilerplate with Tailwind CSS 3, TypeScript, PostCSS, Prettier And More. It also includes optimization for development and production build. There is also a version that uses webpack 4.
git clone https://github.com/Ikram-Maulana/webpack-tailwind-boilerplate.git
cd webpack-tailwind-boilerplate
npm install
- Development server
Build the app in dev mode and run webpack serve
npm run start-dev
- Production Build
Build the app in production mode
npm run build
This project is open source and available under the MIT License.