https://github.com/marktopper/tailwindstaticstarter
Static starter skeleton for tailwindcss
https://github.com/marktopper/tailwindstaticstarter
Last synced: 5 months ago
JSON representation
Static starter skeleton for tailwindcss
- Host: GitHub
- URL: https://github.com/marktopper/tailwindstaticstarter
- Owner: marktopper
- License: mit
- Created: 2022-08-29T10:10:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T11:52:44.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T22:19:33.865Z (9 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TailwindStaticStarter
#### Install dependencies
```sh
$ npm install
# or
$ yarn
```
#### Run the watcher
```sh
$ npm run dev
# or
$ yarn dev
```
#### Build final & minified
```sh
$ npm run build
# or
$ yarn build
```