https://github.com/eclectic-coding/tailwindcss-pricing-grid
  
  
     
    https://github.com/eclectic-coding/tailwindcss-pricing-grid
  
        Last synced: 7 months ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/eclectic-coding/tailwindcss-pricing-grid
- Owner: eclectic-coding
- Created: 2022-05-31T13:38:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T06:56:13.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:01:19.325Z (7 months ago)
- Language: CSS
- Size: 31.3 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