https://github.com/yanikkumar/tailwind-demo
Just some simple Tailwind CSS projects to work with. Not for production.
https://github.com/yanikkumar/tailwind-demo
css design tailwind tailwind-css tailwindcss tailwindui ui-design
Last synced: 16 days ago
JSON representation
Just some simple Tailwind CSS projects to work with. Not for production.
- Host: GitHub
- URL: https://github.com/yanikkumar/tailwind-demo
- Owner: yanikkumar
- Created: 2024-10-17T09:56:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T12:21:18.000Z (over 1 year ago)
- Last Synced: 2025-01-02T14:11:47.564Z (over 1 year ago)
- Topics: css, design, tailwind, tailwind-css, tailwindcss, tailwindui, ui-design
- Language: CSS
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tailwind CSS Practice Projects
- `src/project1` : Hello World! Tailwind
- `src/navbar` : Navbar
- `src/navbaralt` : New Navbar with search
### To run the project
1. Open it in vs code
2. Start live server (Install extension if not installed)
3. Open terminal and run comman `npx tailwind -i ./src/input.css -o ./src/output.css --watch`
4. Look into the changes and modify accordingly