Skip to content

A minimal boilerplate project for using TailwindCSS with Vite

License

Notifications You must be signed in to change notification settings

christianlegge/create-vite-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-vite-tailwind

A minimal boilerplate project for using TailwindCSS with Vite

created by create-create-app.

Usage

$ npx create-vite-tailwind <name>
...
$ cd <name>
$ yarn dev

or:

$ npm run dev

Open the provided link to view the project in a browser. Changes to the project will be hot reloaded and auto refreshed.

Purged classes

Tailwind purges unused classes by default. The template project is configured to scan HTML and script files in the root directory only. To change this behavior, edit the content property of tailwind.config.cjs. See the Tailwind configuration docs for more info.

About

A minimal boilerplate project for using TailwindCSS with Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published