Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kang-theo/tailwind-css-responsive-practice
A responsive webpage design based on Tailwind CSS.
https://github.com/kang-theo/tailwind-css-responsive-practice
Last synced: 16 days ago
JSON representation
A responsive webpage design based on Tailwind CSS.
- Host: GitHub
- URL: https://github.com/kang-theo/tailwind-css-responsive-practice
- Owner: kang-theo
- License: mit
- Created: 2024-03-04T06:43:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T02:56:03.000Z (10 months ago)
- Last Synced: 2024-11-13T15:55:44.750Z (3 months ago)
- Language: CSS
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind CSS Practice
## Installation
- `npm init -y`
- `npm install -D tailwindcss`
- `npx tailwindcss init`## Configure and run
- Add scripts `build` and `watch` to `package.json`
- Configure `tailwind.config.js`
- `npm run watch` to constantly watch and build## Screenshots
### Web
### Mobile
---