Skip to content

harukats/tailwindcss-webpack-template

Repository files navigation

TailwindCSS Webpack template

A simple starter kit for creating web site with Tailwind and webpack.

Get started

  1. 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
    
  2. Install the dependencies

    npm install
    
  3. Start the development server

    npm run dev
    

Build for production

Build an optimized version

npm run build

After that, you can see the optimized output on ./dist.

About

A simple starter kit for creating web site with Tailwind and webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors