Skip to content

🔄 A dead simple BrowserSync hot-reload server with Tailwind CSS 3 running. A simple way to serve plain HTML files with Tailwind.

Notifications You must be signed in to change notification settings

tusamni/tailwind-hot-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS and BrowserSync

I needed a simple way of quickly spooling up a hot reloading server that had Tailwind installed and running from the get-go. This is as simple as it gets. Place any HTML in the /src folder and it'll be picked up by BrowserSync.

To get started, run:

npm run dev

Then visit:

http://localhost:3000/

If you need to add any styles, either add the Tailwind classes inline, or add them to the /src/css/tailwind.css file.

About

🔄 A dead simple BrowserSync hot-reload server with Tailwind CSS 3 running. A simple way to serve plain HTML files with Tailwind.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published