https://github.com/bradtraversy/simple-tailwind-starter
Very simple file structure for Tailwind projects
https://github.com/bradtraversy/simple-tailwind-starter
Last synced: 4 months ago
JSON representation
Very simple file structure for Tailwind projects
- Host: GitHub
- URL: https://github.com/bradtraversy/simple-tailwind-starter
- Owner: bradtraversy
- Created: 2022-04-27T22:00:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T16:29:18.000Z (7 months ago)
- Last Synced: 2025-05-06T03:38:48.989Z (5 months ago)
- Language: CSS
- Size: 16.6 KB
- Stars: 183
- Watchers: 5
- Forks: 91
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - bradtraversy/simple-tailwind-starter - Very simple file structure for Tailwind projects (HTML)
README
# Simple Tailwind Starter
This is a simple Tailwind starter project using the Tailwind CLI. It is meant to be used as a starting point for your projects. This is the same setup used in my [Tailwind From Scratch Course](https://www.traversymedia.com/tailwind-css-course).
## Usage
Clone the repo:
```bash
git clone
```Install the dependencies:
```bash
npm install
```Build or watch the CSS file:
```bash
# Build once
npm run build# Watch for changes
npm run watch
```This will watch the `src/input.css` file and build it to `css/style.css`, which will be your final CSS file.
## License
This project is open source and available under the [MIT License](LICENSE).