Skip to content

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

Notifications You must be signed in to change notification settings

harukats/tailwindcss-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

445200c · Dec 15, 2023

History

18 Commits
Jul 9, 2023
Dec 15, 2023
Jul 9, 2023
Dec 14, 2023
Jul 10, 2023
Jul 10, 2023
Dec 14, 2023
Jul 9, 2023
Jul 11, 2023
Jul 9, 2023
Dec 14, 2023
Dec 15, 2023
Dec 15, 2023
Jul 9, 2023
Jul 9, 2023
Dec 15, 2023
Dec 15, 2023

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

No packages published