Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/tailwind-template
Tailwind CSS easy template to get started with
https://github.com/lassejlv/tailwind-template
Last synced: 13 days ago
JSON representation
Tailwind CSS easy template to get started with
- Host: GitHub
- URL: https://github.com/lassejlv/tailwind-template
- Owner: lassejlv
- Created: 2021-12-20T08:07:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T08:34:51.000Z (about 3 years ago)
- Last Synced: 2025-01-11T13:00:54.707Z (15 days ago)
- Language: HTML
- Homepage: https://lassv.github.io/tailwind-template/src/
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get started
First of all you need [node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/).
Then you can download the code via git or just [download](https://ktlk.dk/OHH5u68)
```bash
git clone https://github.com/lassv/tailwind-template.git
```Then you can run the following command to get tailwind build all your utilitys.
```bash
npm run css
```And run the dev server
```bash
npm run dev
```**Fell free to give a star ⭐️**