Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/tailwindcss-email-subscribe-card
https://github.com/eclectic-coding/tailwindcss-email-subscribe-card
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/tailwindcss-email-subscribe-card
- Owner: eclectic-coding
- Created: 2022-05-31T11:21:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T10:01:07.000Z (over 2 years ago)
- Last Synced: 2024-12-01T12:08:05.585Z (26 days ago)
- Language: CSS
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Tailwind CSS Starter
This is an extremley simple setup to develop Tailwind projects. This will be used in my Tailwind From Scratch course.
## Usage
Install dependencies
```
npm install
```Run Tailwind CLI in watch mode
```
npm run dev
```You can use tailwind classes in any .html files in the root directory
Put any custom CSS that you may have in the **src/input.css** file
Add any config values to the **tailwind.config.js** file
To build once, run
```
npm run build
```You only need to deploy your html files and css/style.css