Skip to content

A boilerplate to use for experimenting with tailwind.

License

Notifications You must be signed in to change notification settings

etcroot/tailwind-boilerplate

Repository files navigation

🚀 Tailwind Boilerplate

A template to use for experimenting with tailwind. It's using the latest technology Tailwind JIT.

📜 Instructions

Open the index.html using the live server extension from the VSCode marketplace.

VS Marketplace Link: Live Server Extension

To open & run this app properly, do the following:

  • Run npm install to install the dependencies.
  • Install the extension
  • Navigate to /website/index.html
  • Either use ctrl + shift + P and write live server & select "Live Server: Open with live server"
  • Or right click inside or the index.html file and select "Open with live server"
  • To run the app with live css compiling use the npm run build:css command which will automatically watch for live changes.