An open API service indexing awesome lists of open source software.

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.

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