https://github.com/jonaspaq/tailwind-static-html
Start a static html development with Tailwindcss
https://github.com/jonaspaq/tailwind-static-html
Last synced: 2 months ago
JSON representation
Start a static html development with Tailwindcss
- Host: GitHub
- URL: https://github.com/jonaspaq/tailwind-static-html
- Owner: jonaspaq
- Created: 2022-02-07T02:40:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T02:45:51.000Z (over 3 years ago)
- Last Synced: 2025-02-14T15:14:49.687Z (4 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
git clone https://github.com/jonaspaq/tailwind-static-html.git [project-name]
npm install
```## Watching html file changes
```
npm run tw:watch
```## Serving the app
Install VS Code extension "Live Server"
Go to /src/index.html, right click on index.html then Run with Live Server.