https://github.com/m4p4/tailwind-playground-starter
Tailwind Playground Starter
https://github.com/m4p4/tailwind-playground-starter
Last synced: 3 months ago
JSON representation
Tailwind Playground Starter
- Host: GitHub
- URL: https://github.com/m4p4/tailwind-playground-starter
- Owner: M4p4
- Created: 2022-08-10T08:01:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T14:00:52.000Z (almost 3 years ago)
- Last Synced: 2024-04-26T09:39:23.118Z (about 1 year ago)
- Language: CSS
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind Playground Starter
Tailwind Starter for playing around with Tailwind CSS.
## Installation
The installation is very easy run the install command.
```bash
npm install
```Next up we can run the dev server:
```bash
npm run watch
```And your website will start up and recompile with any changes made.