Skip to content

Tailwind Starter repo. Includes support for PurgeCSS / PostCSS, AlpineJS, and more.

Notifications You must be signed in to change notification settings

kylejohnston/tailwind-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Notes

Tools

Development

  1. Run npm install to install dependencies
  2. To start a local web server, run npm run start. This will watch any HTML files in the /public/ directory and refresh your browser when anything changes.
  3. To compile CSS without starting a local server, run npm run development
  4. When ready for production, run npm run production. PurgeCSS will remove unused Tailwind classes and cssnano will compress the output.

About

Tailwind Starter repo. Includes support for PurgeCSS / PostCSS, AlpineJS, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published