An open API service indexing awesome lists of open source software.

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

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.