Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.72 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.72 KB

Webpack 5 Boilerplate

html npm nodejs Webpack5 Tailwindcss Typescript Postcss Prettier
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.

First Setup Instruction

git clone https://github.com/Ikram-Maulana/webpack-tailwind-boilerplate.git
cd webpack-tailwind-boilerplate
npm install

Instruction for Usage

  • 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

License

This project is open source and available under the MIT License.