Skip to content

tackulmine/create-tailwindcss-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Tailwind CSS Boilerplate

A bare-bones Tailwind CSS boilerplate.

It creates a simple HTML + CSS template with Tailwind CSS support, served by Parcel and using PurgeCSS in production builds.

Getting started

Requirements

Yarn is suggested, but not required. The project will be set up with npm if Yarn is not found.

Create boilerplate

$ yarn create tailwindcss-boilerplate

# or

$ npx create-tailwindcss-boilerplate

Follow instructions at the prompt to create your project:

? Choose project root directory my-project
  ✔ Create directory structure
  ✔ Create project files
  ✔ Create templates
  ✔ Set up dependencies

Run server

$ yarn dev

Open your favorite text editor and start coding!

Build for production

$ yarn build

Build files will end up in /dist.

Contributing

If you want to add a feature, fix a bug or propose a change, please feel free to submit an issue or open a pull request.

Thanks to all the contributors!

Acknowledgments

This project piggybacks on the excellent TailwindCSS + Parcel + PurgeCSS Starter Project by didiercatz. Check out his blog post on getting started with Tailwind CSS.

About

🌬A bare-bones Tailwind CSS boilerplate

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 8.9%
  • CSS 1.8%