Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturbien/arosc
https://github.com/arturbien/arosc
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arturbien/arosc
- Owner: arturbien
- Created: 2024-01-21T12:31:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T14:31:42.000Z (9 months ago)
- Last Synced: 2024-11-09T17:46:35.539Z (about 2 months ago)
- Language: HTML
- Size: 6.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple Tailwind Starter
This is a simple Tailwind starter project using the Tailwind CLI. It is meant to be used as a starting point for your projects. This is the same setup used in my [Tailwind From Scratch Course](https://www.traversymedia.com/tailwind-css-course).
## Usage
Clone the repo:
```bash
git clone
```Install the dependencies:
```bash
npm install
```Build or watch the CSS file:
```bash
# Build once
npm run build# Watch for changes
npm run watch
```This will watch the `src/input.css` file and build it to `css/style.css`, which will be your final CSS file.
## License
This project is open source and available under the [MIT License](LICENSE).
# arosc