Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 484 Bytes

File metadata and controls

15 lines (11 loc) · 484 Bytes

Webpack 5 configuration for Single or Multipage websites using Tailwind CSS 3, PostCSS and SWC

Features:

  • Webpack 5
  • Tailwind CSS
  • PostCSS
  • SWC
  • JS and CSS minification

How to run

  • Clone the respository and install the dependencies using npm or yarn.
  • Run npm run start to start the development server. This will open the site in localhost:3000.
  • Run npm run build to create a production build. This will build the output under the dist folder by default.