Skip to content

Lottike/HTML-Tailwind-Starter

 
 

Repository files navigation

HTML Tailwind starter

This start was build for people not needing any framework. It's sometimes enough to just have a plain HTML file, but leverage the power of Tailwind CSS.

The project uses the Tailwind purge to make the files as clean as possible.

Installation

The installation is very easy run the install command.

npm install

Next up we can run the dev server:

npm run dev

And you're website will start up.

Modifying the project

You can then modify the tailwind.config.js for your own custom colors if needed And modify the index.html inside the src directory.

Read more

If you're interested to read more about this project. Check out the article I wrote on HTML Tailwind starter

About

A simple Plain HTML Tailwind starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.1%
  • JavaScript 40.6%
  • CSS 6.3%