https://github.com/drawveloper/fresh-init-tailwind
Fresh init project adapted to use tailwind.config.js and the tailwind vanilla syntax
https://github.com/drawveloper/fresh-init-tailwind
Last synced: about 1 year ago
JSON representation
Fresh init project adapted to use tailwind.config.js and the tailwind vanilla syntax
- Host: GitHub
- URL: https://github.com/drawveloper/fresh-init-tailwind
- Owner: drawveloper
- Created: 2022-06-28T20:49:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:51:21.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T15:18:08.947Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fresh-init-tailwind
This is an example adding the tw `shim` to rendering, so that the vanilla tailwind syntax (and all examples from the internet) just works.
Also, this uses `tailwind.config.js` to manage themes, so the VSCode Tailwind plugin picks up on your colors.
### Usage
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.